Shades of Cabaret #CC5665
Tints of Cabaret #CC5665
RGB
CMYK
RGB Variations
Color information
#CC5665 (or 0xCC5665) is known color: Cabaret. HEX triplet: CC, 56 and 65. RGB value is (204,86,101). Sum of RGB (Red+Green+Blue) = 204+86+101=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5665 is #33A99A. Grayscale: #7B7B7B. Windows color (decimal): -3385755 or 6641356. OLE color: 6641356.
HSL color Cylindrical-coordinate representation of color #CC5665: hue angle of 352.37º 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 #CC5665 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 101 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.2 |
| HSL | 352.37º | 0.54% | 0.57% | - |
| HSV(B) | 352.37º | 0.58% | 0.8% | - |
| XYZ | 30.58 | 20.43 | 14.64 | - |
| YUV | 122.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 101 | 0 | 0.58 | 0.50 | 0.2 | 352.37 | 0.54 | 0.57 |
| Hex | CC | 56 | 65 | 0 | 3A | 32 | 14 | 160 | 36 | 39 |
| Octal | 314 | 126 | 145 | 0 | 72 | 62 | 24 | 540 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1100101 | 0 | 111010 | 110010 | 10100 | 101100000 | 110110 | 111001 |
Color Harmonies of #CC5665
Complementary color
Monochromatic Colors of #CC5665
Black with #CC5665
Text Example
Text Example
White with #CC5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5665; }
p { color: rgb(204,86,101); }
H1.HeaderClassName
{
color: #CC5665;
}
.AnyTagClassName
{
color: #CC5665;
}
</style>
background-color css
<style>
a { background-color: #CC5665; }
a { background-color: rgb(204,86,101); }
div.DivClassName
{
background-color: #CC5665;
}
.BgClassName
{
background-color: #CC5665;
}
</style>
border-color css
<style>
span { border-color: #CC5665; }
span { border-color: rgb(204,86,101); }
td.TdClassName
{
border-color: #CC5665;
}
.TagClassName
{
border-color: #CC5665;
}
</style>