Shades of Cabaret #CC4065
Tints of Cabaret #CC4065
RGB
CMYK
RGB Variations
Color information
#CC4065 (or 0xCC4065) is known color: Cabaret. HEX triplet: CC, 40 and 65. RGB value is (204,64,101). Sum of RGB (Red+Green+Blue) = 204+64+101=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4065 is #33BF9A. Grayscale: #6E6E6E. Windows color (decimal): -3391387 or 6635724. OLE color: 6635724.
HSL color Cylindrical-coordinate representation of color #CC4065: hue angle of 344.14º 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 #CC4065 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 101 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.2 |
| HSL | 344.14º | 0.58% | 0.53% | - |
| HSV(B) | 344.14º | 0.69% | 0.8% | - |
| XYZ | 29.08 | 17.44 | 14.15 | - |
| YUV | 110.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 101 | 0 | 0.69 | 0.50 | 0.2 | 344.14 | 0.58 | 0.53 |
| Hex | CC | 40 | 65 | 0 | 45 | 32 | 14 | 158 | 3A | 35 |
| Octal | 314 | 100 | 145 | 0 | 105 | 62 | 24 | 530 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1100101 | 0 | 1000101 | 110010 | 10100 | 101011000 | 111010 | 110101 |
Color Harmonies of #CC4065
Complementary color
Monochromatic Colors of #CC4065
Black with #CC4065
Text Example
Text Example
White with #CC4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4065; }
p { color: rgb(204,64,101); }
H1.HeaderClassName
{
color: #CC4065;
}
.AnyTagClassName
{
color: #CC4065;
}
</style>
background-color css
<style>
a { background-color: #CC4065; }
a { background-color: rgb(204,64,101); }
div.DivClassName
{
background-color: #CC4065;
}
.BgClassName
{
background-color: #CC4065;
}
</style>
border-color css
<style>
span { border-color: #CC4065; }
span { border-color: rgb(204,64,101); }
td.TdClassName
{
border-color: #CC4065;
}
.TagClassName
{
border-color: #CC4065;
}
</style>