Shades of Cabaret #CC4764
Tints of Cabaret #CC4764
RGB
CMYK
RGB Variations
Color information
#CC4764 (or 0xCC4764) is known color: Cabaret. HEX triplet: CC, 47 and 64. RGB value is (204,71,100). Sum of RGB (Red+Green+Blue) = 204+71+100=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4764 is #33B89B. Grayscale: #727272. Windows color (decimal): -3389596 or 6571980. OLE color: 6571980.
HSL color Cylindrical-coordinate representation of color #CC4764: hue angle of 346.92º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4764 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 100 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.2 |
| HSL | 346.92º | 0.57% | 0.54% | - |
| HSV(B) | 346.92º | 0.65% | 0.8% | - |
| XYZ | 29.46 | 18.26 | 14.03 | - |
| YUV | 114.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 100 | 0 | 0.65 | 0.51 | 0.2 | 346.92 | 0.57 | 0.54 |
| Hex | CC | 47 | 64 | 0 | 41 | 33 | 14 | 15B | 39 | 36 |
| Octal | 314 | 107 | 144 | 0 | 101 | 63 | 24 | 533 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1100100 | 0 | 1000001 | 110011 | 10100 | 101011011 | 111001 | 110110 |
Color Harmonies of #CC4764
Complementary color
Monochromatic Colors of #CC4764
Black with #CC4764
Text Example
Text Example
White with #CC4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4764; }
p { color: rgb(204,71,100); }
H1.HeaderClassName
{
color: #CC4764;
}
.AnyTagClassName
{
color: #CC4764;
}
</style>
background-color css
<style>
a { background-color: #CC4764; }
a { background-color: rgb(204,71,100); }
div.DivClassName
{
background-color: #CC4764;
}
.BgClassName
{
background-color: #CC4764;
}
</style>
border-color css
<style>
span { border-color: #CC4764; }
span { border-color: rgb(204,71,100); }
td.TdClassName
{
border-color: #CC4764;
}
.TagClassName
{
border-color: #CC4764;
}
</style>