Shades of Cabaret #CC4464
Tints of Cabaret #CC4464
RGB
CMYK
RGB Variations
Color information
#CC4464 (or 0xCC4464) is known color: Cabaret. HEX triplet: CC, 44 and 64. RGB value is (204,68,100). Sum of RGB (Red+Green+Blue) = 204+68+100=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4464 is #33BB9B. Grayscale: #707070. Windows color (decimal): -3390364 or 6571212. OLE color: 6571212.
HSL color Cylindrical-coordinate representation of color #CC4464: hue angle of 345.88º 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 #CC4464 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 100 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.2 |
| HSL | 345.88º | 0.57% | 0.53% | - |
| HSV(B) | 345.88º | 0.67% | 0.8% | - |
| XYZ | 29.27 | 17.89 | 13.97 | - |
| YUV | 112.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 100 | 0 | 0.67 | 0.51 | 0.2 | 345.88 | 0.57 | 0.53 |
| Hex | CC | 44 | 64 | 0 | 43 | 33 | 14 | 15A | 39 | 35 |
| Octal | 314 | 104 | 144 | 0 | 103 | 63 | 24 | 532 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1100100 | 0 | 1000011 | 110011 | 10100 | 101011010 | 111001 | 110101 |
Color Harmonies of #CC4464
Complementary color
Monochromatic Colors of #CC4464
Black with #CC4464
Text Example
Text Example
White with #CC4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4464; }
p { color: rgb(204,68,100); }
H1.HeaderClassName
{
color: #CC4464;
}
.AnyTagClassName
{
color: #CC4464;
}
</style>
background-color css
<style>
a { background-color: #CC4464; }
a { background-color: rgb(204,68,100); }
div.DivClassName
{
background-color: #CC4464;
}
.BgClassName
{
background-color: #CC4464;
}
</style>
border-color css
<style>
span { border-color: #CC4464; }
span { border-color: rgb(204,68,100); }
td.TdClassName
{
border-color: #CC4464;
}
.TagClassName
{
border-color: #CC4464;
}
</style>