Shades of Cabaret #CC5867
Tints of Cabaret #CC5867
RGB
CMYK
RGB Variations
Color information
#CC5867 (or 0xCC5867) is known color: Cabaret. HEX triplet: CC, 58 and 67. RGB value is (204,88,103). Sum of RGB (Red+Green+Blue) = 204+88+103=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5867 is #33A798. Grayscale: #7C7C7C. Windows color (decimal): -3385241 or 6772940. OLE color: 6772940.
HSL color Cylindrical-coordinate representation of color #CC5867: hue angle of 352.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5867 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 103 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.2 |
| HSL | 352.24º | 0.53% | 0.57% | - |
| HSV(B) | 352.24º | 0.57% | 0.8% | - |
| XYZ | 30.84 | 20.8 | 15.22 | - |
| YUV | 124.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 103 | 0 | 0.57 | 0.50 | 0.2 | 352.24 | 0.53 | 0.57 |
| Hex | CC | 58 | 67 | 0 | 39 | 32 | 14 | 160 | 35 | 39 |
| Octal | 314 | 130 | 147 | 0 | 71 | 62 | 24 | 540 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1100111 | 0 | 111001 | 110010 | 10100 | 101100000 | 110101 | 111001 |
Color Harmonies of #CC5867
Complementary color
Monochromatic Colors of #CC5867
Black with #CC5867
Text Example
Text Example
White with #CC5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5867; }
p { color: rgb(204,88,103); }
H1.HeaderClassName
{
color: #CC5867;
}
.AnyTagClassName
{
color: #CC5867;
}
</style>
background-color css
<style>
a { background-color: #CC5867; }
a { background-color: rgb(204,88,103); }
div.DivClassName
{
background-color: #CC5867;
}
.BgClassName
{
background-color: #CC5867;
}
</style>
border-color css
<style>
span { border-color: #CC5867; }
span { border-color: rgb(204,88,103); }
td.TdClassName
{
border-color: #CC5867;
}
.TagClassName
{
border-color: #CC5867;
}
</style>