#C06177

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

Shades of Cabaret #C06177

Tints of Cabaret #C06177

Color information

#C06177 (or 0xC06177) is unknown color: approx Cabaret. HEX triplet: C0, 61 and 77. RGB value is (192,97,119). Sum of RGB (Red+Green+Blue) = 192+97+119=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C06177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06177 is #3F9E88. Grayscale: #7F7F7F. Windows color (decimal): -4169353 or 7823808. OLE color: 7823808.

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

Color convert

RGB19297119-
CMYK00.490.380.25
HSL346.11º42.99%56.67%-
HSV(B)346.11º49.48%75.29%-
XYZ29.3421.0919.98-
YUV127.91122.97173.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=47.06%
G=23.77%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929711900.490.380.25346.1142.9956.67
HexC06177031261915a2b39
Octal30014116706146315325371
Binary1100000011000011110111011000110011011001101011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06177; }

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

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

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

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

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

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

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

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