Shades of Cabaret #CC6076
Tints of Cabaret #CC6076
RGB
CMYK
RGB Variations
Color information
#CC6076 (or 0xCC6076) is known color: Cabaret. HEX triplet: CC, 60 and 76. RGB value is (204,96,118). Sum of RGB (Red+Green+Blue) = 204+96+118=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6076 is #339F89. Grayscale: #828282. Windows color (decimal): -3383178 or 7758028. OLE color: 7758028.
HSL color Cylindrical-coordinate representation of color #CC6076: hue angle of 347.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6076 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 118 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.2 |
| HSL | 347.78º | 0.51% | 0.59% | - |
| HSV(B) | 347.78º | 0.53% | 0.8% | - |
| XYZ | 32.35 | 22.51 | 19.78 | - |
| YUV | 130.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 118 | 0 | 0.53 | 0.42 | 0.2 | 347.78 | 0.51 | 0.59 |
| Hex | CC | 60 | 76 | 0 | 35 | 2A | 14 | 15C | 33 | 3B |
| Octal | 314 | 140 | 166 | 0 | 65 | 52 | 24 | 534 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1110110 | 0 | 110101 | 101010 | 10100 | 101011100 | 110011 | 111011 |
Color Harmonies of #CC6076
Complementary color
Monochromatic Colors of #CC6076
Black with #CC6076
Text Example
Text Example
White with #CC6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6076; }
p { color: rgb(204,96,118); }
H1.HeaderClassName
{
color: #CC6076;
}
.AnyTagClassName
{
color: #CC6076;
}
</style>
background-color css
<style>
a { background-color: #CC6076; }
a { background-color: rgb(204,96,118); }
div.DivClassName
{
background-color: #CC6076;
}
.BgClassName
{
background-color: #CC6076;
}
</style>
border-color css
<style>
span { border-color: #CC6076; }
span { border-color: rgb(204,96,118); }
td.TdClassName
{
border-color: #CC6076;
}
.TagClassName
{
border-color: #CC6076;
}
</style>