Shades of Cabaret #CC4863
Tints of Cabaret #CC4863
RGB
CMYK
RGB Variations
Color information
#CC4863 (or 0xCC4863) is known color: Cabaret. HEX triplet: CC, 48 and 63. RGB value is (204,72,99). Sum of RGB (Red+Green+Blue) = 204+72+99=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4863 is #33B79C. Grayscale: #727272. Windows color (decimal): -3389341 or 6506700. OLE color: 6506700.
HSL color Cylindrical-coordinate representation of color #CC4863: hue angle of 347.73º 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 #CC4863 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 99 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.2 |
| HSL | 347.73º | 0.56% | 0.54% | - |
| HSV(B) | 347.73º | 0.65% | 0.8% | - |
| XYZ | 29.47 | 18.37 | 13.8 | - |
| YUV | 114.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 99 | 0 | 0.65 | 0.51 | 0.2 | 347.73 | 0.56 | 0.54 |
| Hex | CC | 48 | 63 | 0 | 41 | 33 | 14 | 15C | 38 | 36 |
| Octal | 314 | 110 | 143 | 0 | 101 | 63 | 24 | 534 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1100011 | 0 | 1000001 | 110011 | 10100 | 101011100 | 111000 | 110110 |
Color Harmonies of #CC4863
Complementary color
Monochromatic Colors of #CC4863
Black with #CC4863
Text Example
Text Example
White with #CC4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4863; }
p { color: rgb(204,72,99); }
H1.HeaderClassName
{
color: #CC4863;
}
.AnyTagClassName
{
color: #CC4863;
}
</style>
background-color css
<style>
a { background-color: #CC4863; }
a { background-color: rgb(204,72,99); }
div.DivClassName
{
background-color: #CC4863;
}
.BgClassName
{
background-color: #CC4863;
}
</style>
border-color css
<style>
span { border-color: #CC4863; }
span { border-color: rgb(204,72,99); }
td.TdClassName
{
border-color: #CC4863;
}
.TagClassName
{
border-color: #CC4863;
}
</style>