Shades of Cabaret #CE4063
Tints of Cabaret #CE4063
RGB
CMYK
RGB Variations
Color information
#CE4063 (or 0xCE4063) is known color: Cabaret. HEX triplet: CE, 40 and 63. RGB value is (206,64,99). Sum of RGB (Red+Green+Blue) = 206+64+99=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4063 is #31BF9C. Grayscale: #6E6E6E. Windows color (decimal): -3260317 or 6504654. OLE color: 6504654.
HSL color Cylindrical-coordinate representation of color #CE4063: hue angle of 345.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4063 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 99 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.19 |
| HSL | 345.21º | 0.59% | 0.53% | - |
| HSV(B) | 345.21º | 0.69% | 0.81% | - |
| XYZ | 29.54 | 17.69 | 13.66 | - |
| YUV | 110.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 99 | 0 | 0.69 | 0.52 | 0.19 | 345.21 | 0.59 | 0.53 |
| Hex | CE | 40 | 63 | 0 | 45 | 34 | 13 | 159 | 3B | 35 |
| Octal | 316 | 100 | 143 | 0 | 105 | 64 | 23 | 531 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1100011 | 0 | 1000101 | 110100 | 10011 | 101011001 | 111011 | 110101 |
Color Harmonies of #CE4063
Complementary color
Monochromatic Colors of #CE4063
Black with #CE4063
Text Example
Text Example
White with #CE4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4063; }
p { color: rgb(206,64,99); }
H1.HeaderClassName
{
color: #CE4063;
}
.AnyTagClassName
{
color: #CE4063;
}
</style>
background-color css
<style>
a { background-color: #CE4063; }
a { background-color: rgb(206,64,99); }
div.DivClassName
{
background-color: #CE4063;
}
.BgClassName
{
background-color: #CE4063;
}
</style>
border-color css
<style>
span { border-color: #CE4063; }
span { border-color: rgb(206,64,99); }
td.TdClassName
{
border-color: #CE4063;
}
.TagClassName
{
border-color: #CE4063;
}
</style>