Shades of Cabaret #CE4070
Tints of Cabaret #CE4070
RGB
CMYK
RGB Variations
Color information
#CE4070 (or 0xCE4070) is known color: Cabaret. HEX triplet: CE, 40 and 70. RGB value is (206,64,112). Sum of RGB (Red+Green+Blue) = 206+64+112=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4070 is #31BF8F. Grayscale: #6F6F6F. Windows color (decimal): -3260304 or 7356622. OLE color: 7356622.
HSL color Cylindrical-coordinate representation of color #CE4070: hue angle of 339.72º 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 #CE4070 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 112 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.19 |
| HSL | 339.72º | 0.59% | 0.53% | - |
| HSV(B) | 339.72º | 0.69% | 0.81% | - |
| XYZ | 30.21 | 17.96 | 17.2 | - |
| YUV | 111.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 112 | 0 | 0.69 | 0.46 | 0.19 | 339.72 | 0.59 | 0.53 |
| Hex | CE | 40 | 70 | 0 | 45 | 2E | 13 | 154 | 3B | 35 |
| Octal | 316 | 100 | 160 | 0 | 105 | 56 | 23 | 524 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1110000 | 0 | 1000101 | 101110 | 10011 | 101010100 | 111011 | 110101 |
Color Harmonies of #CE4070
Complementary color
Monochromatic Colors of #CE4070
Black with #CE4070
Text Example
Text Example
White with #CE4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4070; }
p { color: rgb(206,64,112); }
H1.HeaderClassName
{
color: #CE4070;
}
.AnyTagClassName
{
color: #CE4070;
}
</style>
background-color css
<style>
a { background-color: #CE4070; }
a { background-color: rgb(206,64,112); }
div.DivClassName
{
background-color: #CE4070;
}
.BgClassName
{
background-color: #CE4070;
}
</style>
border-color css
<style>
span { border-color: #CE4070; }
span { border-color: rgb(206,64,112); }
td.TdClassName
{
border-color: #CE4070;
}
.TagClassName
{
border-color: #CE4070;
}
</style>