#C06174

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

Shades of Cabaret #C06174

Tints of Cabaret #C06174

Color information

#C06174 (or 0xC06174) is unknown color: approx Cabaret. HEX triplet: C0, 61 and 74. RGB value is (192,97,116). Sum of RGB (Red+Green+Blue) = 192+97+116=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C06174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06174 is #3F9E8B. Grayscale: #7F7F7F. Windows color (decimal): -4169356 or 7627200. OLE color: 7627200.

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

Color convert

RGB19297116-
CMYK00.490.400.25
HSL348º42.99%56.67%-
HSV(B)348º49.48%75.29%-
XYZ29.1721.0219.04-
YUV127.57121.47173.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=47.41%
G=23.95%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929711600.490.400.2534842.9956.67
HexC06174031281915c2b39
Octal30014116406150315345371
Binary1100000011000011110100011000110100011001101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06174; }

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

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

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

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

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

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

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

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