Shades of Cabaret #CC4371
Tints of Cabaret #CC4371
RGB
CMYK
RGB Variations
Color information
#CC4371 (or 0xCC4371) is known color: Cabaret. HEX triplet: CC, 43 and 71. RGB value is (204,67,113). Sum of RGB (Red+Green+Blue) = 204+67+113=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4371 is #33BC8E. Grayscale: #717171. Windows color (decimal): -3390607 or 7422924. OLE color: 7422924.
HSL color Cylindrical-coordinate representation of color #CC4371: hue angle of 339.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4371 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 113 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.2 |
| HSL | 339.85º | 0.57% | 0.53% | - |
| HSV(B) | 339.85º | 0.67% | 0.8% | - |
| XYZ | 29.89 | 18.04 | 17.53 | - |
| YUV | 113.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 113 | 0 | 0.67 | 0.45 | 0.2 | 339.85 | 0.57 | 0.53 |
| Hex | CC | 43 | 71 | 0 | 43 | 2D | 14 | 154 | 39 | 35 |
| Octal | 314 | 103 | 161 | 0 | 103 | 55 | 24 | 524 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1110001 | 0 | 1000011 | 101101 | 10100 | 101010100 | 111001 | 110101 |
Color Harmonies of #CC4371
Complementary color
Monochromatic Colors of #CC4371
Black with #CC4371
Text Example
Text Example
White with #CC4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4371; }
p { color: rgb(204,67,113); }
H1.HeaderClassName
{
color: #CC4371;
}
.AnyTagClassName
{
color: #CC4371;
}
</style>
background-color css
<style>
a { background-color: #CC4371; }
a { background-color: rgb(204,67,113); }
div.DivClassName
{
background-color: #CC4371;
}
.BgClassName
{
background-color: #CC4371;
}
</style>
border-color css
<style>
span { border-color: #CC4371; }
span { border-color: rgb(204,67,113); }
td.TdClassName
{
border-color: #CC4371;
}
.TagClassName
{
border-color: #CC4371;
}
</style>