Shades of Cabaret #CC606E
Tints of Cabaret #CC606E
RGB
CMYK
RGB Variations
Color information
#CC606E (or 0xCC606E) is known color: Cabaret. HEX triplet: CC, 60 and 6E. RGB value is (204,96,110). Sum of RGB (Red+Green+Blue) = 204+96+110=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606E is #339F91. Grayscale: #818181. Windows color (decimal): -3383186 or 7233740. OLE color: 7233740.
HSL color Cylindrical-coordinate representation of color #CC606E: hue angle of 352.22º 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 #CC606E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 110 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.2 |
| HSL | 352.22º | 0.51% | 0.59% | - |
| HSV(B) | 352.22º | 0.53% | 0.8% | - |
| XYZ | 31.9 | 22.33 | 17.38 | - |
| YUV | 129.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 110 | 0 | 0.53 | 0.46 | 0.2 | 352.22 | 0.51 | 0.59 |
| Hex | CC | 60 | 6E | 0 | 35 | 2E | 14 | 160 | 33 | 3B |
| Octal | 314 | 140 | 156 | 0 | 65 | 56 | 24 | 540 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1101110 | 0 | 110101 | 101110 | 10100 | 101100000 | 110011 | 111011 |
Color Harmonies of #CC606E
Complementary color
Monochromatic Colors of #CC606E
Black with #CC606E
Text Example
Text Example
White with #CC606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC606E; }
p { color: rgb(204,96,110); }
H1.HeaderClassName
{
color: #CC606E;
}
.AnyTagClassName
{
color: #CC606E;
}
</style>
background-color css
<style>
a { background-color: #CC606E; }
a { background-color: rgb(204,96,110); }
div.DivClassName
{
background-color: #CC606E;
}
.BgClassName
{
background-color: #CC606E;
}
</style>
border-color css
<style>
span { border-color: #CC606E; }
span { border-color: rgb(204,96,110); }
td.TdClassName
{
border-color: #CC606E;
}
.TagClassName
{
border-color: #CC606E;
}
</style>