Shades of Cabaret #CC5768
Tints of Cabaret #CC5768
RGB
CMYK
RGB Variations
Color information
#CC5768 (or 0xCC5768) is known color: Cabaret. HEX triplet: CC, 57 and 68. RGB value is (204,87,104). Sum of RGB (Red+Green+Blue) = 204+87+104=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5768 is #33A897. Grayscale: #7B7B7B. Windows color (decimal): -3385496 or 6838220. OLE color: 6838220.
HSL color Cylindrical-coordinate representation of color #CC5768: hue angle of 351.28º 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 #CC5768 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 104 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.2 |
| HSL | 351.28º | 0.53% | 0.57% | - |
| HSV(B) | 351.28º | 0.57% | 0.8% | - |
| XYZ | 30.81 | 20.65 | 15.46 | - |
| YUV | 123.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 104 | 0 | 0.57 | 0.49 | 0.2 | 351.28 | 0.53 | 0.57 |
| Hex | CC | 57 | 68 | 0 | 39 | 31 | 14 | 15F | 35 | 39 |
| Octal | 314 | 127 | 150 | 0 | 71 | 61 | 24 | 537 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1101000 | 0 | 111001 | 110001 | 10100 | 101011111 | 110101 | 111001 |
Color Harmonies of #CC5768
Complementary color
Monochromatic Colors of #CC5768
Black with #CC5768
Text Example
Text Example
White with #CC5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5768; }
p { color: rgb(204,87,104); }
H1.HeaderClassName
{
color: #CC5768;
}
.AnyTagClassName
{
color: #CC5768;
}
</style>
background-color css
<style>
a { background-color: #CC5768; }
a { background-color: rgb(204,87,104); }
div.DivClassName
{
background-color: #CC5768;
}
.BgClassName
{
background-color: #CC5768;
}
</style>
border-color css
<style>
span { border-color: #CC5768; }
span { border-color: rgb(204,87,104); }
td.TdClassName
{
border-color: #CC5768;
}
.TagClassName
{
border-color: #CC5768;
}
</style>