Shades of Cabaret #CC606D
Tints of Cabaret #CC606D
RGB
CMYK
RGB Variations
Color information
#CC606D (or 0xCC606D) is known color: Cabaret. HEX triplet: CC, 60 and 6D. RGB value is (204,96,109). Sum of RGB (Red+Green+Blue) = 204+96+109=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606D is #339F92. Grayscale: #818181. Windows color (decimal): -3383187 or 7168204. OLE color: 7168204.
HSL color Cylindrical-coordinate representation of color #CC606D: hue angle of 352.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 #CC606D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 109 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.2 |
| HSL | 352.78º | 0.51% | 0.59% | - |
| HSV(B) | 352.78º | 0.53% | 0.8% | - |
| XYZ | 31.85 | 22.31 | 17.1 | - |
| YUV | 129.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 109 | 0 | 0.53 | 0.47 | 0.2 | 352.78 | 0.51 | 0.59 |
| Hex | CC | 60 | 6D | 0 | 35 | 2F | 14 | 161 | 33 | 3B |
| Octal | 314 | 140 | 155 | 0 | 65 | 57 | 24 | 541 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1101101 | 0 | 110101 | 101111 | 10100 | 101100001 | 110011 | 111011 |
Color Harmonies of #CC606D
Complementary color
Monochromatic Colors of #CC606D
Black with #CC606D
Text Example
Text Example
White with #CC606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC606D; }
p { color: rgb(204,96,109); }
H1.HeaderClassName
{
color: #CC606D;
}
.AnyTagClassName
{
color: #CC606D;
}
</style>
background-color css
<style>
a { background-color: #CC606D; }
a { background-color: rgb(204,96,109); }
div.DivClassName
{
background-color: #CC606D;
}
.BgClassName
{
background-color: #CC606D;
}
</style>
border-color css
<style>
span { border-color: #CC606D; }
span { border-color: rgb(204,96,109); }
td.TdClassName
{
border-color: #CC606D;
}
.TagClassName
{
border-color: #CC606D;
}
</style>