Shades of Cabaret #CC5577
Tints of Cabaret #CC5577
RGB
CMYK
RGB Variations
Color information
#CC5577 (or 0xCC5577) is known color: Cabaret. HEX triplet: CC, 55 and 77. RGB value is (204,85,119). Sum of RGB (Red+Green+Blue) = 204+85+119=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5577 is #33AA88. Grayscale: #7C7C7C. Windows color (decimal): -3385993 or 7820748. OLE color: 7820748.
HSL color Cylindrical-coordinate representation of color #CC5577: hue angle of 342.86º 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 #CC5577 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 119 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.2 |
| HSL | 342.86º | 0.54% | 0.57% | - |
| HSV(B) | 342.86º | 0.58% | 0.8% | - |
| XYZ | 31.48 | 20.67 | 19.78 | - |
| YUV | 124.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 119 | 0 | 0.58 | 0.42 | 0.2 | 342.86 | 0.54 | 0.57 |
| Hex | CC | 55 | 77 | 0 | 3A | 2A | 14 | 157 | 36 | 39 |
| Octal | 314 | 125 | 167 | 0 | 72 | 52 | 24 | 527 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1110111 | 0 | 111010 | 101010 | 10100 | 101010111 | 110110 | 111001 |
Color Harmonies of #CC5577
Complementary color
Monochromatic Colors of #CC5577
Black with #CC5577
Text Example
Text Example
White with #CC5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5577; }
p { color: rgb(204,85,119); }
H1.HeaderClassName
{
color: #CC5577;
}
.AnyTagClassName
{
color: #CC5577;
}
</style>
background-color css
<style>
a { background-color: #CC5577; }
a { background-color: rgb(204,85,119); }
div.DivClassName
{
background-color: #CC5577;
}
.BgClassName
{
background-color: #CC5577;
}
</style>
border-color css
<style>
span { border-color: #CC5577; }
span { border-color: rgb(204,85,119); }
td.TdClassName
{
border-color: #CC5577;
}
.TagClassName
{
border-color: #CC5577;
}
</style>