Shades of Cabaret #CC5372
Tints of Cabaret #CC5372
RGB
CMYK
RGB Variations
Color information
#CC5372 (or 0xCC5372) is known color: Cabaret. HEX triplet: CC, 53 and 72. RGB value is (204,83,114). Sum of RGB (Red+Green+Blue) = 204+83+114=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5372 is #33AC8D. Grayscale: #7A7A7A. Windows color (decimal): -3386510 or 7492556. OLE color: 7492556.
HSL color Cylindrical-coordinate representation of color #CC5372: hue angle of 344.63º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5372 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 114 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.2 |
| HSL | 344.63º | 0.54% | 0.56% | - |
| HSV(B) | 344.63º | 0.59% | 0.8% | - |
| XYZ | 31.03 | 20.24 | 18.19 | - |
| YUV | 122.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 114 | 0 | 0.59 | 0.44 | 0.2 | 344.63 | 0.54 | 0.56 |
| Hex | CC | 53 | 72 | 0 | 3B | 2C | 14 | 159 | 36 | 38 |
| Octal | 314 | 123 | 162 | 0 | 73 | 54 | 24 | 531 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1110010 | 0 | 111011 | 101100 | 10100 | 101011001 | 110110 | 111000 |
Color Harmonies of #CC5372
Complementary color
Monochromatic Colors of #CC5372
Black with #CC5372
Text Example
Text Example
White with #CC5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5372; }
p { color: rgb(204,83,114); }
H1.HeaderClassName
{
color: #CC5372;
}
.AnyTagClassName
{
color: #CC5372;
}
</style>
background-color css
<style>
a { background-color: #CC5372; }
a { background-color: rgb(204,83,114); }
div.DivClassName
{
background-color: #CC5372;
}
.BgClassName
{
background-color: #CC5372;
}
</style>
border-color css
<style>
span { border-color: #CC5372; }
span { border-color: rgb(204,83,114); }
td.TdClassName
{
border-color: #CC5372;
}
.TagClassName
{
border-color: #CC5372;
}
</style>