Shades of Cabaret #CC4564
Tints of Cabaret #CC4564
RGB
CMYK
RGB Variations
Color information
#CC4564 (or 0xCC4564) is known color: Cabaret. HEX triplet: CC, 45 and 64. RGB value is (204,69,100). Sum of RGB (Red+Green+Blue) = 204+69+100=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4564 is #33BA9B. Grayscale: #707070. Windows color (decimal): -3390108 or 6571468. OLE color: 6571468.
HSL color Cylindrical-coordinate representation of color #CC4564: hue angle of 346.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4564 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 100 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.2 |
| HSL | 346.22º | 0.57% | 0.54% | - |
| HSV(B) | 346.22º | 0.66% | 0.8% | - |
| XYZ | 29.33 | 18.01 | 13.99 | - |
| YUV | 112.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 100 | 0 | 0.66 | 0.51 | 0.2 | 346.22 | 0.57 | 0.54 |
| Hex | CC | 45 | 64 | 0 | 42 | 33 | 14 | 15A | 39 | 36 |
| Octal | 314 | 105 | 144 | 0 | 102 | 63 | 24 | 532 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1100100 | 0 | 1000010 | 110011 | 10100 | 101011010 | 111001 | 110110 |
Color Harmonies of #CC4564
Complementary color
Monochromatic Colors of #CC4564
Black with #CC4564
Text Example
Text Example
White with #CC4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4564; }
p { color: rgb(204,69,100); }
H1.HeaderClassName
{
color: #CC4564;
}
.AnyTagClassName
{
color: #CC4564;
}
</style>
background-color css
<style>
a { background-color: #CC4564; }
a { background-color: rgb(204,69,100); }
div.DivClassName
{
background-color: #CC4564;
}
.BgClassName
{
background-color: #CC4564;
}
</style>
border-color css
<style>
span { border-color: #CC4564; }
span { border-color: rgb(204,69,100); }
td.TdClassName
{
border-color: #CC4564;
}
.TagClassName
{
border-color: #CC4564;
}
</style>