Shades of Cabaret #CC4072
Tints of Cabaret #CC4072
RGB
CMYK
RGB Variations
Color information
#CC4072 (or 0xCC4072) is known color: Cabaret. HEX triplet: CC, 40 and 72. RGB value is (204,64,114). Sum of RGB (Red+Green+Blue) = 204+64+114=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4072 is #33BF8D. Grayscale: #6F6F6F. Windows color (decimal): -3391374 or 7487692. OLE color: 7487692.
HSL color Cylindrical-coordinate representation of color #CC4072: hue angle of 338.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4072 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 114 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.2 |
| HSL | 338.57º | 0.58% | 0.53% | - |
| HSV(B) | 338.57º | 0.69% | 0.8% | - |
| XYZ | 29.77 | 17.72 | 17.77 | - |
| YUV | 111.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 114 | 0 | 0.69 | 0.44 | 0.2 | 338.57 | 0.58 | 0.53 |
| Hex | CC | 40 | 72 | 0 | 45 | 2C | 14 | 153 | 3A | 35 |
| Octal | 314 | 100 | 162 | 0 | 105 | 54 | 24 | 523 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1110010 | 0 | 1000101 | 101100 | 10100 | 101010011 | 111010 | 110101 |
Color Harmonies of #CC4072
Complementary color
Monochromatic Colors of #CC4072
Black with #CC4072
Text Example
Text Example
White with #CC4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4072; }
p { color: rgb(204,64,114); }
H1.HeaderClassName
{
color: #CC4072;
}
.AnyTagClassName
{
color: #CC4072;
}
</style>
background-color css
<style>
a { background-color: #CC4072; }
a { background-color: rgb(204,64,114); }
div.DivClassName
{
background-color: #CC4072;
}
.BgClassName
{
background-color: #CC4072;
}
</style>
border-color css
<style>
span { border-color: #CC4072; }
span { border-color: rgb(204,64,114); }
td.TdClassName
{
border-color: #CC4072;
}
.TagClassName
{
border-color: #CC4072;
}
</style>