#c06072

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

Shades of Cabaret #C06072

Tints of Cabaret #C06072

Color information

#C06072 (or 0xC06072) is unknown color: approx Cabaret. HEX triplet: C0, 60 and 72. RGB value is (192,96,114). Sum of RGB (Red+Green+Blue) = 192+96+114=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06072 is #3F9F8D. Grayscale: #7E7E7E. Windows color (decimal): -4169614 or 7495872. OLE color: 7495872.

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

Color convert

RGB19296114-
CMYK00.500.410.25
HSL348.75º43.24%56.47%-
HSV(B)348.75º50%75.29%-
XYZ28.9620.7918.41-
YUV126.76120.8174.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=47.76%
G=23.88%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929611400.500.410.25348.7543.2456.47
HexC06072032291915d2b38
Octal30014016206251315355370
Binary1100000011000001110010011001010100111001101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06072; }

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

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

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

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

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

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

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

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