Shades of Cabaret #CC5565
Tints of Cabaret #CC5565
RGB
CMYK
RGB Variations
Color information
#CC5565 (or 0xCC5565) is known color: Cabaret. HEX triplet: CC, 55 and 65. RGB value is (204,85,101). Sum of RGB (Red+Green+Blue) = 204+85+101=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5565 is #33AA9A. Grayscale: #7A7A7A. Windows color (decimal): -3386011 or 6641100. OLE color: 6641100.
HSL color Cylindrical-coordinate representation of color #CC5565: hue angle of 351.93º 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 #CC5565 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 101 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.2 |
| HSL | 351.93º | 0.54% | 0.57% | - |
| HSV(B) | 351.93º | 0.58% | 0.8% | - |
| XYZ | 30.5 | 20.27 | 14.62 | - |
| YUV | 122.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 101 | 0 | 0.58 | 0.50 | 0.2 | 351.93 | 0.54 | 0.57 |
| Hex | CC | 55 | 65 | 0 | 3A | 32 | 14 | 160 | 36 | 39 |
| Octal | 314 | 125 | 145 | 0 | 72 | 62 | 24 | 540 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1100101 | 0 | 111010 | 110010 | 10100 | 101100000 | 110110 | 111001 |
Color Harmonies of #CC5565
Complementary color
Monochromatic Colors of #CC5565
Black with #CC5565
Text Example
Text Example
White with #CC5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5565; }
p { color: rgb(204,85,101); }
H1.HeaderClassName
{
color: #CC5565;
}
.AnyTagClassName
{
color: #CC5565;
}
</style>
background-color css
<style>
a { background-color: #CC5565; }
a { background-color: rgb(204,85,101); }
div.DivClassName
{
background-color: #CC5565;
}
.BgClassName
{
background-color: #CC5565;
}
</style>
border-color css
<style>
span { border-color: #CC5565; }
span { border-color: rgb(204,85,101); }
td.TdClassName
{
border-color: #CC5565;
}
.TagClassName
{
border-color: #CC5565;
}
</style>