Shades of Cabaret #CC5A72
Tints of Cabaret #CC5A72
RGB
CMYK
RGB Variations
Color information
#CC5A72 (or 0xCC5A72) is known color: Cabaret. HEX triplet: CC, 5A and 72. RGB value is (204,90,114). Sum of RGB (Red+Green+Blue) = 204+90+114=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A72 is #33A58D. Grayscale: #7E7E7E. Windows color (decimal): -3384718 or 7494348. OLE color: 7494348.
HSL color Cylindrical-coordinate representation of color #CC5A72: hue angle of 347.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A72 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 114 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.2 |
| HSL | 347.37º | 0.53% | 0.58% | - |
| HSV(B) | 347.37º | 0.56% | 0.8% | - |
| XYZ | 31.6 | 21.36 | 18.38 | - |
| YUV | 126.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 114 | 0 | 0.56 | 0.44 | 0.2 | 347.37 | 0.53 | 0.58 |
| Hex | CC | 5A | 72 | 0 | 38 | 2C | 14 | 15B | 35 | 3A |
| Octal | 314 | 132 | 162 | 0 | 70 | 54 | 24 | 533 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1110010 | 0 | 111000 | 101100 | 10100 | 101011011 | 110101 | 111010 |
Color Harmonies of #CC5A72
Complementary color
Monochromatic Colors of #CC5A72
Black with #CC5A72
Text Example
Text Example
White with #CC5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A72; }
p { color: rgb(204,90,114); }
H1.HeaderClassName
{
color: #CC5A72;
}
.AnyTagClassName
{
color: #CC5A72;
}
</style>
background-color css
<style>
a { background-color: #CC5A72; }
a { background-color: rgb(204,90,114); }
div.DivClassName
{
background-color: #CC5A72;
}
.BgClassName
{
background-color: #CC5A72;
}
</style>
border-color css
<style>
span { border-color: #CC5A72; }
span { border-color: rgb(204,90,114); }
td.TdClassName
{
border-color: #CC5A72;
}
.TagClassName
{
border-color: #CC5A72;
}
</style>