Shades of Cabaret #CC4071
Tints of Cabaret #CC4071
RGB
CMYK
RGB Variations
Color information
#CC4071 (or 0xCC4071) is known color: Cabaret. HEX triplet: CC, 40 and 71. RGB value is (204,64,113). Sum of RGB (Red+Green+Blue) = 204+64+113=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4071 is #33BF8E. Grayscale: #6F6F6F. Windows color (decimal): -3391375 or 7422156. OLE color: 7422156.
HSL color Cylindrical-coordinate representation of color #CC4071: hue angle of 339º 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 #CC4071 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 113 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.2 |
| HSL | 339º | 0.58% | 0.53% | - |
| HSV(B) | 339º | 0.69% | 0.8% | - |
| XYZ | 29.72 | 17.7 | 17.47 | - |
| YUV | 111.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 113 | 0 | 0.69 | 0.45 | 0.2 | 339 | 0.58 | 0.53 |
| Hex | CC | 40 | 71 | 0 | 45 | 2D | 14 | 153 | 3A | 35 |
| Octal | 314 | 100 | 161 | 0 | 105 | 55 | 24 | 523 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1110001 | 0 | 1000101 | 101101 | 10100 | 101010011 | 111010 | 110101 |
Color Harmonies of #CC4071
Complementary color
Monochromatic Colors of #CC4071
Black with #CC4071
Text Example
Text Example
White with #CC4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4071; }
p { color: rgb(204,64,113); }
H1.HeaderClassName
{
color: #CC4071;
}
.AnyTagClassName
{
color: #CC4071;
}
</style>
background-color css
<style>
a { background-color: #CC4071; }
a { background-color: rgb(204,64,113); }
div.DivClassName
{
background-color: #CC4071;
}
.BgClassName
{
background-color: #CC4071;
}
</style>
border-color css
<style>
span { border-color: #CC4071; }
span { border-color: rgb(204,64,113); }
td.TdClassName
{
border-color: #CC4071;
}
.TagClassName
{
border-color: #CC4071;
}
</style>