Shades of Cabaret #CC4861
Tints of Cabaret #CC4861
RGB
CMYK
RGB Variations
Color information
#CC4861 (or 0xCC4861) is known color: Cabaret. HEX triplet: CC, 48 and 61. RGB value is (204,72,97). Sum of RGB (Red+Green+Blue) = 204+72+97=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4861 is #33B79E. Grayscale: #727272. Windows color (decimal): -3389343 or 6375628. OLE color: 6375628.
HSL color Cylindrical-coordinate representation of color #CC4861: hue angle of 348.64º degrees, saturation: 0.56, 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 #CC4861 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 97 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.2 |
| HSL | 348.64º | 0.56% | 0.54% | - |
| HSV(B) | 348.64º | 0.65% | 0.8% | - |
| XYZ | 29.38 | 18.34 | 13.3 | - |
| YUV | 114.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 97 | 0 | 0.65 | 0.52 | 0.2 | 348.64 | 0.56 | 0.54 |
| Hex | CC | 48 | 61 | 0 | 41 | 34 | 14 | 15D | 38 | 36 |
| Octal | 314 | 110 | 141 | 0 | 101 | 64 | 24 | 535 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1100001 | 0 | 1000001 | 110100 | 10100 | 101011101 | 111000 | 110110 |
Color Harmonies of #CC4861
Complementary color
Monochromatic Colors of #CC4861
Black with #CC4861
Text Example
Text Example
White with #CC4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4861; }
p { color: rgb(204,72,97); }
H1.HeaderClassName
{
color: #CC4861;
}
.AnyTagClassName
{
color: #CC4861;
}
</style>
background-color css
<style>
a { background-color: #CC4861; }
a { background-color: rgb(204,72,97); }
div.DivClassName
{
background-color: #CC4861;
}
.BgClassName
{
background-color: #CC4861;
}
</style>
border-color css
<style>
span { border-color: #CC4861; }
span { border-color: rgb(204,72,97); }
td.TdClassName
{
border-color: #CC4861;
}
.TagClassName
{
border-color: #CC4861;
}
</style>