Shades of Cabaret #CC5567
Tints of Cabaret #CC5567
RGB
CMYK
RGB Variations
Color information
#CC5567 (or 0xCC5567) is known color: Cabaret. HEX triplet: CC, 55 and 67. RGB value is (204,85,103). Sum of RGB (Red+Green+Blue) = 204+85+103=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5567 is #33AA98. Grayscale: #7A7A7A. Windows color (decimal): -3386009 or 6772172. OLE color: 6772172.
HSL color Cylindrical-coordinate representation of color #CC5567: hue angle of 350.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5567 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 103 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.2 |
| HSL | 350.92º | 0.54% | 0.57% | - |
| HSV(B) | 350.92º | 0.58% | 0.8% | - |
| XYZ | 30.6 | 20.31 | 15.14 | - |
| YUV | 122.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 103 | 0 | 0.58 | 0.50 | 0.2 | 350.92 | 0.54 | 0.57 |
| Hex | CC | 55 | 67 | 0 | 3A | 32 | 14 | 15F | 36 | 39 |
| Octal | 314 | 125 | 147 | 0 | 72 | 62 | 24 | 537 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1100111 | 0 | 111010 | 110010 | 10100 | 101011111 | 110110 | 111001 |
Color Harmonies of #CC5567
Complementary color
Monochromatic Colors of #CC5567
Black with #CC5567
Text Example
Text Example
White with #CC5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5567; }
p { color: rgb(204,85,103); }
H1.HeaderClassName
{
color: #CC5567;
}
.AnyTagClassName
{
color: #CC5567;
}
</style>
background-color css
<style>
a { background-color: #CC5567; }
a { background-color: rgb(204,85,103); }
div.DivClassName
{
background-color: #CC5567;
}
.BgClassName
{
background-color: #CC5567;
}
</style>
border-color css
<style>
span { border-color: #CC5567; }
span { border-color: rgb(204,85,103); }
td.TdClassName
{
border-color: #CC5567;
}
.TagClassName
{
border-color: #CC5567;
}
</style>