Shades of Cabaret #CC566E
Tints of Cabaret #CC566E
RGB
CMYK
RGB Variations
Color information
#CC566E (or 0xCC566E) is known color: Cabaret. HEX triplet: CC, 56 and 6E. RGB value is (204,86,110). Sum of RGB (Red+Green+Blue) = 204+86+110=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC566E is #33A991. Grayscale: #7C7C7C. Windows color (decimal): -3385746 or 7231180. OLE color: 7231180.
HSL color Cylindrical-coordinate representation of color #CC566E: hue angle of 347.8º 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 #CC566E is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 110 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.2 |
| HSL | 347.8º | 0.54% | 0.57% | - |
| HSV(B) | 347.8º | 0.58% | 0.8% | - |
| XYZ | 31.04 | 20.62 | 17.1 | - |
| YUV | 124.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 110 | 0 | 0.58 | 0.46 | 0.2 | 347.8 | 0.54 | 0.57 |
| Hex | CC | 56 | 6E | 0 | 3A | 2E | 14 | 15C | 36 | 39 |
| Octal | 314 | 126 | 156 | 0 | 72 | 56 | 24 | 534 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1101110 | 0 | 111010 | 101110 | 10100 | 101011100 | 110110 | 111001 |
Color Harmonies of #CC566E
Complementary color
Monochromatic Colors of #CC566E
Black with #CC566E
Text Example
Text Example
White with #CC566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC566E; }
p { color: rgb(204,86,110); }
H1.HeaderClassName
{
color: #CC566E;
}
.AnyTagClassName
{
color: #CC566E;
}
</style>
background-color css
<style>
a { background-color: #CC566E; }
a { background-color: rgb(204,86,110); }
div.DivClassName
{
background-color: #CC566E;
}
.BgClassName
{
background-color: #CC566E;
}
</style>
border-color css
<style>
span { border-color: #CC566E; }
span { border-color: rgb(204,86,110); }
td.TdClassName
{
border-color: #CC566E;
}
.TagClassName
{
border-color: #CC566E;
}
</style>