#c06077

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

Shades of Cabaret #C06077

Tints of Cabaret #C06077

Color information

#C06077 (or 0xC06077) is unknown color: approx Cabaret. HEX triplet: C0, 60 and 77. RGB value is (192,96,119). Sum of RGB (Red+Green+Blue) = 192+96+119=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06077 is #3F9F88. Grayscale: #7F7F7F. Windows color (decimal): -4169609 or 7823552. OLE color: 7823552.

HSL color Cylindrical-coordinate representation of color #C06077: hue angle of 345.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06077 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19296119-
CMYK00.500.380.25
HSL345.62º43.24%56.47%-
HSV(B)345.62º50%75.29%-
XYZ29.2520.919.95-
YUV127.33123.3174.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=47.17%
G=23.59%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929611900.500.380.25345.6243.2456.47
HexC06077032261915a2b38
Octal30014016706246315325370
Binary1100000011000001110111011001010011011001101011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06077; }

 p { color: rgb(192,96,119); }

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

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

 a { background-color: rgb(192,96,119); }

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

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

 span { border-color: rgb(192,96,119); }

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