Shades of Cabaret #CC576E
Tints of Cabaret #CC576E
RGB
CMYK
RGB Variations
Color information
#CC576E (or 0xCC576E) is known color: Cabaret. HEX triplet: CC, 57 and 6E. RGB value is (204,87,110). Sum of RGB (Red+Green+Blue) = 204+87+110=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC576E is #33A891. Grayscale: #7C7C7C. Windows color (decimal): -3385490 or 7231436. OLE color: 7231436.
HSL color Cylindrical-coordinate representation of color #CC576E: hue angle of 348.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 #CC576E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 110 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.2 |
| HSL | 348.21º | 0.53% | 0.57% | - |
| HSV(B) | 348.21º | 0.57% | 0.8% | - |
| XYZ | 31.12 | 20.78 | 17.12 | - |
| YUV | 124.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 110 | 0 | 0.57 | 0.46 | 0.2 | 348.21 | 0.53 | 0.57 |
| Hex | CC | 57 | 6E | 0 | 39 | 2E | 14 | 15C | 35 | 39 |
| Octal | 314 | 127 | 156 | 0 | 71 | 56 | 24 | 534 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1101110 | 0 | 111001 | 101110 | 10100 | 101011100 | 110101 | 111001 |
Color Harmonies of #CC576E
Complementary color
Monochromatic Colors of #CC576E
Black with #CC576E
Text Example
Text Example
White with #CC576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC576E; }
p { color: rgb(204,87,110); }
H1.HeaderClassName
{
color: #CC576E;
}
.AnyTagClassName
{
color: #CC576E;
}
</style>
background-color css
<style>
a { background-color: #CC576E; }
a { background-color: rgb(204,87,110); }
div.DivClassName
{
background-color: #CC576E;
}
.BgClassName
{
background-color: #CC576E;
}
</style>
border-color css
<style>
span { border-color: #CC576E; }
span { border-color: rgb(204,87,110); }
td.TdClassName
{
border-color: #CC576E;
}
.TagClassName
{
border-color: #CC576E;
}
</style>