Shades of Cabaret #CC576C
Tints of Cabaret #CC576C
RGB
CMYK
RGB Variations
Color information
#CC576C (or 0xCC576C) is known color: Cabaret. HEX triplet: CC, 57 and 6C. RGB value is (204,87,108). Sum of RGB (Red+Green+Blue) = 204+87+108=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC576C is #33A893. Grayscale: #7C7C7C. Windows color (decimal): -3385492 or 7100364. OLE color: 7100364.
HSL color Cylindrical-coordinate representation of color #CC576C: hue angle of 349.23º 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 #CC576C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 108 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.2 |
| HSL | 349.23º | 0.53% | 0.57% | - |
| HSV(B) | 349.23º | 0.57% | 0.8% | - |
| XYZ | 31.02 | 20.74 | 16.56 | - |
| YUV | 124.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 108 | 0 | 0.57 | 0.47 | 0.2 | 349.23 | 0.53 | 0.57 |
| Hex | CC | 57 | 6C | 0 | 39 | 2F | 14 | 15D | 35 | 39 |
| Octal | 314 | 127 | 154 | 0 | 71 | 57 | 24 | 535 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1101100 | 0 | 111001 | 101111 | 10100 | 101011101 | 110101 | 111001 |
Color Harmonies of #CC576C
Complementary color
Monochromatic Colors of #CC576C
Black with #CC576C
Text Example
Text Example
White with #CC576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC576C; }
p { color: rgb(204,87,108); }
H1.HeaderClassName
{
color: #CC576C;
}
.AnyTagClassName
{
color: #CC576C;
}
</style>
background-color css
<style>
a { background-color: #CC576C; }
a { background-color: rgb(204,87,108); }
div.DivClassName
{
background-color: #CC576C;
}
.BgClassName
{
background-color: #CC576C;
}
</style>
border-color css
<style>
span { border-color: #CC576C; }
span { border-color: rgb(204,87,108); }
td.TdClassName
{
border-color: #CC576C;
}
.TagClassName
{
border-color: #CC576C;
}
</style>