Shades of Cabaret #CC606B
Tints of Cabaret #CC606B
RGB
CMYK
RGB Variations
Color information
#CC606B (or 0xCC606B) is known color: Cabaret. HEX triplet: CC, 60 and 6B. RGB value is (204,96,107). Sum of RGB (Red+Green+Blue) = 204+96+107=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606B is #339F94. Grayscale: #818181. Windows color (decimal): -3383189 or 7037132. OLE color: 7037132.
HSL color Cylindrical-coordinate representation of color #CC606B: hue angle of 353.89º 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 #CC606B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 107 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.2 |
| HSL | 353.89º | 0.51% | 0.59% | - |
| HSV(B) | 353.89º | 0.53% | 0.8% | - |
| XYZ | 31.74 | 22.26 | 16.53 | - |
| YUV | 129.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 107 | 0 | 0.53 | 0.48 | 0.2 | 353.89 | 0.51 | 0.59 |
| Hex | CC | 60 | 6B | 0 | 35 | 30 | 14 | 162 | 33 | 3B |
| Octal | 314 | 140 | 153 | 0 | 65 | 60 | 24 | 542 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1101011 | 0 | 110101 | 110000 | 10100 | 101100010 | 110011 | 111011 |
Color Harmonies of #CC606B
Complementary color
Monochromatic Colors of #CC606B
Black with #CC606B
Text Example
Text Example
White with #CC606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC606B; }
p { color: rgb(204,96,107); }
H1.HeaderClassName
{
color: #CC606B;
}
.AnyTagClassName
{
color: #CC606B;
}
</style>
background-color css
<style>
a { background-color: #CC606B; }
a { background-color: rgb(204,96,107); }
div.DivClassName
{
background-color: #CC606B;
}
.BgClassName
{
background-color: #CC606B;
}
</style>
border-color css
<style>
span { border-color: #CC606B; }
span { border-color: rgb(204,96,107); }
td.TdClassName
{
border-color: #CC606B;
}
.TagClassName
{
border-color: #CC606B;
}
</style>