Shades of Cabaret #CE4064
Tints of Cabaret #CE4064
RGB
CMYK
RGB Variations
Color information
#CE4064 (or 0xCE4064) is known color: Cabaret. HEX triplet: CE, 40 and 64. RGB value is (206,64,100). Sum of RGB (Red+Green+Blue) = 206+64+100=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4064 is #31BF9B. Grayscale: #6E6E6E. Windows color (decimal): -3260316 or 6570190. OLE color: 6570190.
HSL color Cylindrical-coordinate representation of color #CE4064: hue angle of 344.79º 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 #CE4064 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 100 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.19 |
| HSL | 344.79º | 0.59% | 0.53% | - |
| HSV(B) | 344.79º | 0.69% | 0.81% | - |
| XYZ | 29.59 | 17.71 | 13.92 | - |
| YUV | 110.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 100 | 0 | 0.69 | 0.51 | 0.19 | 344.79 | 0.59 | 0.53 |
| Hex | CE | 40 | 64 | 0 | 45 | 33 | 13 | 159 | 3B | 35 |
| Octal | 316 | 100 | 144 | 0 | 105 | 63 | 23 | 531 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1100100 | 0 | 1000101 | 110011 | 10011 | 101011001 | 111011 | 110101 |
Color Harmonies of #CE4064
Complementary color
Monochromatic Colors of #CE4064
Black with #CE4064
Text Example
Text Example
White with #CE4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4064; }
p { color: rgb(206,64,100); }
H1.HeaderClassName
{
color: #CE4064;
}
.AnyTagClassName
{
color: #CE4064;
}
</style>
background-color css
<style>
a { background-color: #CE4064; }
a { background-color: rgb(206,64,100); }
div.DivClassName
{
background-color: #CE4064;
}
.BgClassName
{
background-color: #CE4064;
}
</style>
border-color css
<style>
span { border-color: #CE4064; }
span { border-color: rgb(206,64,100); }
td.TdClassName
{
border-color: #CE4064;
}
.TagClassName
{
border-color: #CE4064;
}
</style>