#C06171

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

Shades of Cabaret #C06171

Tints of Cabaret #C06171

Color information

#C06171 (or 0xC06171) is unknown color: approx Cabaret. HEX triplet: C0, 61 and 71. RGB value is (192,97,113). Sum of RGB (Red+Green+Blue) = 192+97+113=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06171 is #3F9E8E. Grayscale: #7F7F7F. Windows color (decimal): -4169359 or 7430592. OLE color: 7430592.

HSL color Cylindrical-coordinate representation of color #C06171: hue angle of 349.89º 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 #C06171 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19297113-
CMYK00.490.410.25
HSL349.89º42.99%56.67%-
HSV(B)349.89º49.48%75.29%-
XYZ28.9920.9518.14-
YUV127.23119.97174.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=47.76%
G=24.13%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929711300.490.410.25349.8942.9956.67
HexC06171031291915e2b39
Octal30014116106151315365371
Binary1100000011000011110001011000110100111001101011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06171; }

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

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

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

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

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

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

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

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