Shades of Cabaret #CC4965
Tints of Cabaret #CC4965
RGB
CMYK
RGB Variations
Color information
#CC4965 (or 0xCC4965) is known color: Cabaret. HEX triplet: CC, 49 and 65. RGB value is (204,73,101). Sum of RGB (Red+Green+Blue) = 204+73+101=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4965 is #33B69A. Grayscale: #737373. Windows color (decimal): -3389083 or 6638028. OLE color: 6638028.
HSL color Cylindrical-coordinate representation of color #CC4965: hue angle of 347.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4965 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 101 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.2 |
| HSL | 347.18º | 0.56% | 0.54% | - |
| HSV(B) | 347.18º | 0.64% | 0.8% | - |
| XYZ | 29.63 | 18.54 | 14.33 | - |
| YUV | 115.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 101 | 0 | 0.64 | 0.50 | 0.2 | 347.18 | 0.56 | 0.54 |
| Hex | CC | 49 | 65 | 0 | 40 | 32 | 14 | 15B | 38 | 36 |
| Octal | 314 | 111 | 145 | 0 | 100 | 62 | 24 | 533 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1100101 | 0 | 1000000 | 110010 | 10100 | 101011011 | 111000 | 110110 |
Color Harmonies of #CC4965
Complementary color
Monochromatic Colors of #CC4965
Black with #CC4965
Text Example
Text Example
White with #CC4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4965; }
p { color: rgb(204,73,101); }
H1.HeaderClassName
{
color: #CC4965;
}
.AnyTagClassName
{
color: #CC4965;
}
</style>
background-color css
<style>
a { background-color: #CC4965; }
a { background-color: rgb(204,73,101); }
div.DivClassName
{
background-color: #CC4965;
}
.BgClassName
{
background-color: #CC4965;
}
</style>
border-color css
<style>
span { border-color: #CC4965; }
span { border-color: rgb(204,73,101); }
td.TdClassName
{
border-color: #CC4965;
}
.TagClassName
{
border-color: #CC4965;
}
</style>