Shades of Cabaret #CC4064
Tints of Cabaret #CC4064
RGB
CMYK
RGB Variations
Color information
#CC4064 (or 0xCC4064) is known color: Cabaret. HEX triplet: CC, 40 and 64. RGB value is (204,64,100). Sum of RGB (Red+Green+Blue) = 204+64+100=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4064 is #33BF9B. Grayscale: #6D6D6D. Windows color (decimal): -3391388 or 6570188. OLE color: 6570188.
HSL color Cylindrical-coordinate representation of color #CC4064: hue angle of 344.57º 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 #CC4064 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 100 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.2 |
| HSL | 344.57º | 0.58% | 0.53% | - |
| HSV(B) | 344.57º | 0.69% | 0.8% | - |
| XYZ | 29.04 | 17.42 | 13.89 | - |
| YUV | 109.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 100 | 0 | 0.69 | 0.51 | 0.2 | 344.57 | 0.58 | 0.53 |
| Hex | CC | 40 | 64 | 0 | 45 | 33 | 14 | 159 | 3A | 35 |
| Octal | 314 | 100 | 144 | 0 | 105 | 63 | 24 | 531 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1100100 | 0 | 1000101 | 110011 | 10100 | 101011001 | 111010 | 110101 |
Color Harmonies of #CC4064
Complementary color
Monochromatic Colors of #CC4064
Black with #CC4064
Text Example
Text Example
White with #CC4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4064; }
p { color: rgb(204,64,100); }
H1.HeaderClassName
{
color: #CC4064;
}
.AnyTagClassName
{
color: #CC4064;
}
</style>
background-color css
<style>
a { background-color: #CC4064; }
a { background-color: rgb(204,64,100); }
div.DivClassName
{
background-color: #CC4064;
}
.BgClassName
{
background-color: #CC4064;
}
</style>
border-color css
<style>
span { border-color: #CC4064; }
span { border-color: rgb(204,64,100); }
td.TdClassName
{
border-color: #CC4064;
}
.TagClassName
{
border-color: #CC4064;
}
</style>