Shades of Cabaret #CE4370
Tints of Cabaret #CE4370
RGB
CMYK
RGB Variations
Color information
#CE4370 (or 0xCE4370) is known color: Cabaret. HEX triplet: CE, 43 and 70. RGB value is (206,67,112). Sum of RGB (Red+Green+Blue) = 206+67+112=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4370 is #31BC8F. Grayscale: #717171. Windows color (decimal): -3259536 or 7357390. OLE color: 7357390.
HSL color Cylindrical-coordinate representation of color #CE4370: hue angle of 340.58º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4370 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 112 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.19 |
| HSL | 340.58º | 0.59% | 0.54% | - |
| HSV(B) | 340.58º | 0.67% | 0.81% | - |
| XYZ | 30.39 | 18.31 | 17.26 | - |
| YUV | 113.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 112 | 0 | 0.67 | 0.46 | 0.19 | 340.58 | 0.59 | 0.54 |
| Hex | CE | 43 | 70 | 0 | 43 | 2E | 13 | 155 | 3B | 36 |
| Octal | 316 | 103 | 160 | 0 | 103 | 56 | 23 | 525 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1110000 | 0 | 1000011 | 101110 | 10011 | 101010101 | 111011 | 110110 |
Color Harmonies of #CE4370
Complementary color
Monochromatic Colors of #CE4370
Black with #CE4370
Text Example
Text Example
White with #CE4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4370; }
p { color: rgb(206,67,112); }
H1.HeaderClassName
{
color: #CE4370;
}
.AnyTagClassName
{
color: #CE4370;
}
</style>
background-color css
<style>
a { background-color: #CE4370; }
a { background-color: rgb(206,67,112); }
div.DivClassName
{
background-color: #CE4370;
}
.BgClassName
{
background-color: #CE4370;
}
</style>
border-color css
<style>
span { border-color: #CE4370; }
span { border-color: rgb(206,67,112); }
td.TdClassName
{
border-color: #CE4370;
}
.TagClassName
{
border-color: #CE4370;
}
</style>