Shades of Cabaret #CC566C
Tints of Cabaret #CC566C
RGB
CMYK
RGB Variations
Color information
#CC566C (or 0xCC566C) is known color: Cabaret. HEX triplet: CC, 56 and 6C. RGB value is (204,86,108). Sum of RGB (Red+Green+Blue) = 204+86+108=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC566C is #33A993. Grayscale: #7B7B7B. Windows color (decimal): -3385748 or 7100108. OLE color: 7100108.
HSL color Cylindrical-coordinate representation of color #CC566C: hue angle of 348.81º 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 #CC566C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 108 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.2 |
| HSL | 348.81º | 0.54% | 0.57% | - |
| HSV(B) | 348.81º | 0.58% | 0.8% | - |
| XYZ | 30.94 | 20.58 | 16.53 | - |
| YUV | 123.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 108 | 0 | 0.58 | 0.47 | 0.2 | 348.81 | 0.54 | 0.57 |
| Hex | CC | 56 | 6C | 0 | 3A | 2F | 14 | 15D | 36 | 39 |
| Octal | 314 | 126 | 154 | 0 | 72 | 57 | 24 | 535 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1101100 | 0 | 111010 | 101111 | 10100 | 101011101 | 110110 | 111001 |
Color Harmonies of #CC566C
Complementary color
Monochromatic Colors of #CC566C
Black with #CC566C
Text Example
Text Example
White with #CC566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC566C; }
p { color: rgb(204,86,108); }
H1.HeaderClassName
{
color: #CC566C;
}
.AnyTagClassName
{
color: #CC566C;
}
</style>
background-color css
<style>
a { background-color: #CC566C; }
a { background-color: rgb(204,86,108); }
div.DivClassName
{
background-color: #CC566C;
}
.BgClassName
{
background-color: #CC566C;
}
</style>
border-color css
<style>
span { border-color: #CC566C; }
span { border-color: rgb(204,86,108); }
td.TdClassName
{
border-color: #CC566C;
}
.TagClassName
{
border-color: #CC566C;
}
</style>