Shades of Cabaret #CC5668
Tints of Cabaret #CC5668
RGB
CMYK
RGB Variations
Color information
#CC5668 (or 0xCC5668) is known color: Cabaret. HEX triplet: CC, 56 and 68. RGB value is (204,86,104). Sum of RGB (Red+Green+Blue) = 204+86+104=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5668 is #33A997. Grayscale: #7B7B7B. Windows color (decimal): -3385752 or 6837964. OLE color: 6837964.
HSL color Cylindrical-coordinate representation of color #CC5668: hue angle of 350.85º 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 #CC5668 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 104 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.2 |
| HSL | 350.85º | 0.54% | 0.57% | - |
| HSV(B) | 350.85º | 0.58% | 0.8% | - |
| XYZ | 30.73 | 20.49 | 15.43 | - |
| YUV | 123.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 104 | 0 | 0.58 | 0.49 | 0.2 | 350.85 | 0.54 | 0.57 |
| Hex | CC | 56 | 68 | 0 | 3A | 31 | 14 | 15F | 36 | 39 |
| Octal | 314 | 126 | 150 | 0 | 72 | 61 | 24 | 537 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1101000 | 0 | 111010 | 110001 | 10100 | 101011111 | 110110 | 111001 |
Color Harmonies of #CC5668
Complementary color
Monochromatic Colors of #CC5668
Black with #CC5668
Text Example
Text Example
White with #CC5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5668; }
p { color: rgb(204,86,104); }
H1.HeaderClassName
{
color: #CC5668;
}
.AnyTagClassName
{
color: #CC5668;
}
</style>
background-color css
<style>
a { background-color: #CC5668; }
a { background-color: rgb(204,86,104); }
div.DivClassName
{
background-color: #CC5668;
}
.BgClassName
{
background-color: #CC5668;
}
</style>
border-color css
<style>
span { border-color: #CC5668; }
span { border-color: rgb(204,86,104); }
td.TdClassName
{
border-color: #CC5668;
}
.TagClassName
{
border-color: #CC5668;
}
</style>