Shades of Cabaret #CC606C
Tints of Cabaret #CC606C
RGB
CMYK
RGB Variations
Color information
#CC606C (or 0xCC606C) is known color: Cabaret. HEX triplet: CC, 60 and 6C. RGB value is (204,96,108). Sum of RGB (Red+Green+Blue) = 204+96+108=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606C is #339F93. Grayscale: #818181. Windows color (decimal): -3383188 or 7102668. OLE color: 7102668.
HSL color Cylindrical-coordinate representation of color #CC606C: hue angle of 353.33º 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 #CC606C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 108 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.2 |
| HSL | 353.33º | 0.51% | 0.59% | - |
| HSV(B) | 353.33º | 0.53% | 0.8% | - |
| XYZ | 31.79 | 22.29 | 16.81 | - |
| YUV | 129.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 108 | 0 | 0.53 | 0.47 | 0.2 | 353.33 | 0.51 | 0.59 |
| Hex | CC | 60 | 6C | 0 | 35 | 2F | 14 | 161 | 33 | 3B |
| Octal | 314 | 140 | 154 | 0 | 65 | 57 | 24 | 541 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1101100 | 0 | 110101 | 101111 | 10100 | 101100001 | 110011 | 111011 |
Color Harmonies of #CC606C
Complementary color
Monochromatic Colors of #CC606C
Black with #CC606C
Text Example
Text Example
White with #CC606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC606C; }
p { color: rgb(204,96,108); }
H1.HeaderClassName
{
color: #CC606C;
}
.AnyTagClassName
{
color: #CC606C;
}
</style>
background-color css
<style>
a { background-color: #CC606C; }
a { background-color: rgb(204,96,108); }
div.DivClassName
{
background-color: #CC606C;
}
.BgClassName
{
background-color: #CC606C;
}
</style>
border-color css
<style>
span { border-color: #CC606C; }
span { border-color: rgb(204,96,108); }
td.TdClassName
{
border-color: #CC606C;
}
.TagClassName
{
border-color: #CC606C;
}
</style>