Shades of Cabaret #CC6072
Tints of Cabaret #CC6072
RGB
CMYK
RGB Variations
Color information
#CC6072 (or 0xCC6072) is known color: Cabaret. HEX triplet: CC, 60 and 72. RGB value is (204,96,114). Sum of RGB (Red+Green+Blue) = 204+96+114=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6072 is #339F8D. Grayscale: #828282. Windows color (decimal): -3383182 or 7495884. OLE color: 7495884.
HSL color Cylindrical-coordinate representation of color #CC6072: hue angle of 350º 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 #CC6072 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 114 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.2 |
| HSL | 350º | 0.51% | 0.59% | - |
| HSV(B) | 350º | 0.53% | 0.8% | - |
| XYZ | 32.12 | 22.42 | 18.55 | - |
| YUV | 130.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 114 | 0 | 0.53 | 0.44 | 0.2 | 350 | 0.51 | 0.59 |
| Hex | CC | 60 | 72 | 0 | 35 | 2C | 14 | 15E | 33 | 3B |
| Octal | 314 | 140 | 162 | 0 | 65 | 54 | 24 | 536 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1110010 | 0 | 110101 | 101100 | 10100 | 101011110 | 110011 | 111011 |
Color Harmonies of #CC6072
Complementary color
Monochromatic Colors of #CC6072
Black with #CC6072
Text Example
Text Example
White with #CC6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6072; }
p { color: rgb(204,96,114); }
H1.HeaderClassName
{
color: #CC6072;
}
.AnyTagClassName
{
color: #CC6072;
}
</style>
background-color css
<style>
a { background-color: #CC6072; }
a { background-color: rgb(204,96,114); }
div.DivClassName
{
background-color: #CC6072;
}
.BgClassName
{
background-color: #CC6072;
}
</style>
border-color css
<style>
span { border-color: #CC6072; }
span { border-color: rgb(204,96,114); }
td.TdClassName
{
border-color: #CC6072;
}
.TagClassName
{
border-color: #CC6072;
}
</style>