Shades of Cabaret #CC4872
Tints of Cabaret #CC4872
RGB
CMYK
RGB Variations
Color information
#CC4872 (or 0xCC4872) is known color: Cabaret. HEX triplet: CC, 48 and 72. RGB value is (204,72,114). Sum of RGB (Red+Green+Blue) = 204+72+114=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4872 is #33B78D. Grayscale: #747474. Windows color (decimal): -3389326 or 7489740. OLE color: 7489740.
HSL color Cylindrical-coordinate representation of color #CC4872: hue angle of 340.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4872 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 114 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.2 |
| HSL | 340.91º | 0.56% | 0.54% | - |
| HSV(B) | 340.91º | 0.65% | 0.8% | - |
| XYZ | 30.26 | 18.69 | 17.93 | - |
| YUV | 116.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 114 | 0 | 0.65 | 0.44 | 0.2 | 340.91 | 0.56 | 0.54 |
| Hex | CC | 48 | 72 | 0 | 41 | 2C | 14 | 155 | 38 | 36 |
| Octal | 314 | 110 | 162 | 0 | 101 | 54 | 24 | 525 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1110010 | 0 | 1000001 | 101100 | 10100 | 101010101 | 111000 | 110110 |
Color Harmonies of #CC4872
Complementary color
Monochromatic Colors of #CC4872
Black with #CC4872
Text Example
Text Example
White with #CC4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4872; }
p { color: rgb(204,72,114); }
H1.HeaderClassName
{
color: #CC4872;
}
.AnyTagClassName
{
color: #CC4872;
}
</style>
background-color css
<style>
a { background-color: #CC4872; }
a { background-color: rgb(204,72,114); }
div.DivClassName
{
background-color: #CC4872;
}
.BgClassName
{
background-color: #CC4872;
}
</style>
border-color css
<style>
span { border-color: #CC4872; }
span { border-color: rgb(204,72,114); }
td.TdClassName
{
border-color: #CC4872;
}
.TagClassName
{
border-color: #CC4872;
}
</style>