Shades of Cabaret #CE4270
Tints of Cabaret #CE4270
RGB
CMYK
RGB Variations
Color information
#CE4270 (or 0xCE4270) is known color: Cabaret. HEX triplet: CE, 42 and 70. RGB value is (206,66,112). Sum of RGB (Red+Green+Blue) = 206+66+112=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4270 is #31BD8F. Grayscale: #717171. Windows color (decimal): -3259792 or 7357134. OLE color: 7357134.
HSL color Cylindrical-coordinate representation of color #CE4270: hue angle of 340.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4270 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 112 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.19 |
| HSL | 340.29º | 0.59% | 0.53% | - |
| HSV(B) | 340.29º | 0.68% | 0.81% | - |
| XYZ | 30.33 | 18.19 | 17.24 | - |
| YUV | 113.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 112 | 0 | 0.68 | 0.46 | 0.19 | 340.29 | 0.59 | 0.53 |
| Hex | CE | 42 | 70 | 0 | 44 | 2E | 13 | 154 | 3B | 35 |
| Octal | 316 | 102 | 160 | 0 | 104 | 56 | 23 | 524 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1110000 | 0 | 1000100 | 101110 | 10011 | 101010100 | 111011 | 110101 |
Color Harmonies of #CE4270
Complementary color
Monochromatic Colors of #CE4270
Black with #CE4270
Text Example
Text Example
White with #CE4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4270; }
p { color: rgb(206,66,112); }
H1.HeaderClassName
{
color: #CE4270;
}
.AnyTagClassName
{
color: #CE4270;
}
</style>
background-color css
<style>
a { background-color: #CE4270; }
a { background-color: rgb(206,66,112); }
div.DivClassName
{
background-color: #CE4270;
}
.BgClassName
{
background-color: #CE4270;
}
</style>
border-color css
<style>
span { border-color: #CE4270; }
span { border-color: rgb(206,66,112); }
td.TdClassName
{
border-color: #CE4270;
}
.TagClassName
{
border-color: #CE4270;
}
</style>