#C74260

Color #C74260 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C74260

Tints of Cabaret #C74260

Color information

#C74260 (or 0xC74260) is unknown color: approx Cabaret. HEX triplet: C7, 42 and 60. RGB value is (199,66,96). Sum of RGB (Red+Green+Blue) = 199+66+96=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C74260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74260 is #38BD9F. Grayscale: #6D6D6D. Windows color (decimal): -3718560 or 6308551. OLE color: 6308551.

HSL color Cylindrical-coordinate representation of color #C74260: hue angle of 346.47º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74260 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1996696-
CMYK00.670.520.22
HSL346.47º54.29%51.96%-
HSV(B)346.47º66.83%78.04%-
XYZ27.6116.8812.87-
YUV109.19120.56192.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=55.12%
G=18.28%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199669600.670.520.22346.4754.2951.96
HexC74260043341615a3634
Octal307102140010364265326664
Binary11000111100001011000000100001111010010110101011010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74260; }

 p { color: rgb(199,66,96); }

 H1.HeaderClassName
 {
   color: #C74260;
 }
 .AnyTagClassName
 {
   color: #C74260;
 }
</style>
background-color css

<style>
 a { background-color: #C74260; }

 a { background-color: rgb(199,66,96); }

 div.DivClassName
 {
   background-color: #C74260;
 }
 .BgClassName
 {
   background-color: #C74260;
 }
</style>
border-color css

<style>
 span { border-color: #C74260; }

 span { border-color: rgb(199,66,96); }

 td.TdClassName
 {
   border-color: #C74260;
 }
 .TagClassName
 {
   border-color: #C74260;
 }
</style>