Shades of Cabaret #CE4A64
Tints of Cabaret #CE4A64
RGB
CMYK
RGB Variations
Color information
#CE4A64 (or 0xCE4A64) is known color: Cabaret. HEX triplet: CE, 4A and 64. RGB value is (206,74,100). Sum of RGB (Red+Green+Blue) = 206+74+100=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A64 is #31B59B. Grayscale: #747474. Windows color (decimal): -3257756 or 6572750. OLE color: 6572750.
HSL color Cylindrical-coordinate representation of color #CE4A64: hue angle of 348.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A64 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 100 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.19 |
| HSL | 348.18º | 0.57% | 0.55% | - |
| HSV(B) | 348.18º | 0.64% | 0.81% | - |
| XYZ | 30.2 | 18.94 | 14.12 | - |
| YUV | 116.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 100 | 0 | 0.64 | 0.51 | 0.19 | 348.18 | 0.57 | 0.55 |
| Hex | CE | 4A | 64 | 0 | 40 | 33 | 13 | 15C | 39 | 37 |
| Octal | 316 | 112 | 144 | 0 | 100 | 63 | 23 | 534 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1100100 | 0 | 1000000 | 110011 | 10011 | 101011100 | 111001 | 110111 |
Color Harmonies of #CE4A64
Complementary color
Monochromatic Colors of #CE4A64
Black with #CE4A64
Text Example
Text Example
White with #CE4A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A64; }
p { color: rgb(206,74,100); }
H1.HeaderClassName
{
color: #CE4A64;
}
.AnyTagClassName
{
color: #CE4A64;
}
</style>
background-color css
<style>
a { background-color: #CE4A64; }
a { background-color: rgb(206,74,100); }
div.DivClassName
{
background-color: #CE4A64;
}
.BgClassName
{
background-color: #CE4A64;
}
</style>
border-color css
<style>
span { border-color: #CE4A64; }
span { border-color: rgb(206,74,100); }
td.TdClassName
{
border-color: #CE4A64;
}
.TagClassName
{
border-color: #CE4A64;
}
</style>