#C06173

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

Shades of Cabaret #C06173

Tints of Cabaret #C06173

Color information

#C06173 (or 0xC06173) is unknown color: approx Cabaret. HEX triplet: C0, 61 and 73. RGB value is (192,97,115). Sum of RGB (Red+Green+Blue) = 192+97+115=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06173 is #3F9E8C. Grayscale: #7F7F7F. Windows color (decimal): -4169357 or 7561664. OLE color: 7561664.

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

Color convert

RGB19297115-
CMYK00.490.400.25
HSL348.63º42.99%56.67%-
HSV(B)348.63º49.48%75.29%-
XYZ29.1120.9918.74-
YUV127.46120.97174.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=47.52%
G=24.01%
B=28.47%

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
Decimal1929711500.490.400.25348.6342.9956.67
HexC06173031281915d2b39
Octal30014116306150315355371
Binary1100000011000011110011011000110100011001101011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06173; }

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

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

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

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

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

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

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

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