Shades of Cabaret #CC576D
Tints of Cabaret #CC576D
RGB
CMYK
RGB Variations
Color information
#CC576D (or 0xCC576D) is known color: Cabaret. HEX triplet: CC, 57 and 6D. RGB value is (204,87,109). Sum of RGB (Red+Green+Blue) = 204+87+109=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC576D is #33A892. Grayscale: #7C7C7C. Windows color (decimal): -3385491 or 7165900. OLE color: 7165900.
HSL color Cylindrical-coordinate representation of color #CC576D: hue angle of 348.72º 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 #CC576D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 109 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.2 |
| HSL | 348.72º | 0.53% | 0.57% | - |
| HSV(B) | 348.72º | 0.57% | 0.8% | - |
| XYZ | 31.07 | 20.76 | 16.84 | - |
| YUV | 124.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 109 | 0 | 0.57 | 0.47 | 0.2 | 348.72 | 0.53 | 0.57 |
| Hex | CC | 57 | 6D | 0 | 39 | 2F | 14 | 15D | 35 | 39 |
| Octal | 314 | 127 | 155 | 0 | 71 | 57 | 24 | 535 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1101101 | 0 | 111001 | 101111 | 10100 | 101011101 | 110101 | 111001 |
Color Harmonies of #CC576D
Complementary color
Monochromatic Colors of #CC576D
Black with #CC576D
Text Example
Text Example
White with #CC576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC576D; }
p { color: rgb(204,87,109); }
H1.HeaderClassName
{
color: #CC576D;
}
.AnyTagClassName
{
color: #CC576D;
}
</style>
background-color css
<style>
a { background-color: #CC576D; }
a { background-color: rgb(204,87,109); }
div.DivClassName
{
background-color: #CC576D;
}
.BgClassName
{
background-color: #CC576D;
}
</style>
border-color css
<style>
span { border-color: #CC576D; }
span { border-color: rgb(204,87,109); }
td.TdClassName
{
border-color: #CC576D;
}
.TagClassName
{
border-color: #CC576D;
}
</style>