Shades of Cabaret #CC5869
Tints of Cabaret #CC5869
RGB
CMYK
RGB Variations
Color information
#CC5869 (or 0xCC5869) is known color: Cabaret. HEX triplet: CC, 58 and 69. RGB value is (204,88,105). Sum of RGB (Red+Green+Blue) = 204+88+105=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5869 is #33A796. Grayscale: #7C7C7C. Windows color (decimal): -3385239 or 6904012. OLE color: 6904012.
HSL color Cylindrical-coordinate representation of color #CC5869: hue angle of 351.21º 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 #CC5869 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 105 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.2 |
| HSL | 351.21º | 0.53% | 0.57% | - |
| HSV(B) | 351.21º | 0.57% | 0.8% | - |
| XYZ | 30.94 | 20.84 | 15.76 | - |
| YUV | 124.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 105 | 0 | 0.57 | 0.49 | 0.2 | 351.21 | 0.53 | 0.57 |
| Hex | CC | 58 | 69 | 0 | 39 | 31 | 14 | 15F | 35 | 39 |
| Octal | 314 | 130 | 151 | 0 | 71 | 61 | 24 | 537 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1101001 | 0 | 111001 | 110001 | 10100 | 101011111 | 110101 | 111001 |
Color Harmonies of #CC5869
Complementary color
Monochromatic Colors of #CC5869
Black with #CC5869
Text Example
Text Example
White with #CC5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5869; }
p { color: rgb(204,88,105); }
H1.HeaderClassName
{
color: #CC5869;
}
.AnyTagClassName
{
color: #CC5869;
}
</style>
background-color css
<style>
a { background-color: #CC5869; }
a { background-color: rgb(204,88,105); }
div.DivClassName
{
background-color: #CC5869;
}
.BgClassName
{
background-color: #CC5869;
}
</style>
border-color css
<style>
span { border-color: #CC5869; }
span { border-color: rgb(204,88,105); }
td.TdClassName
{
border-color: #CC5869;
}
.TagClassName
{
border-color: #CC5869;
}
</style>