Shades of Cabaret #CE5470
Tints of Cabaret #CE5470
RGB
CMYK
RGB Variations
Color information
#CE5470 (or 0xCE5470) is known color: Cabaret. HEX triplet: CE, 54 and 70. RGB value is (206,84,112). Sum of RGB (Red+Green+Blue) = 206+84+112=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5470 is #31AB8F. Grayscale: #7B7B7B. Windows color (decimal): -3255184 or 7361742. OLE color: 7361742.
HSL color Cylindrical-coordinate representation of color #CE5470: hue angle of 346.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5470 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 112 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.19 |
| HSL | 346.23º | 0.55% | 0.57% | - |
| HSV(B) | 346.23º | 0.59% | 0.81% | - |
| XYZ | 31.55 | 20.63 | 17.65 | - |
| YUV | 123.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 112 | 0 | 0.59 | 0.46 | 0.19 | 346.23 | 0.55 | 0.57 |
| Hex | CE | 54 | 70 | 0 | 3B | 2E | 13 | 15A | 37 | 39 |
| Octal | 316 | 124 | 160 | 0 | 73 | 56 | 23 | 532 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1110000 | 0 | 111011 | 101110 | 10011 | 101011010 | 110111 | 111001 |
Color Harmonies of #CE5470
Complementary color
Monochromatic Colors of #CE5470
Black with #CE5470
Text Example
Text Example
White with #CE5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5470; }
p { color: rgb(206,84,112); }
H1.HeaderClassName
{
color: #CE5470;
}
.AnyTagClassName
{
color: #CE5470;
}
</style>
background-color css
<style>
a { background-color: #CE5470; }
a { background-color: rgb(206,84,112); }
div.DivClassName
{
background-color: #CE5470;
}
.BgClassName
{
background-color: #CE5470;
}
</style>
border-color css
<style>
span { border-color: #CE5470; }
span { border-color: rgb(206,84,112); }
td.TdClassName
{
border-color: #CE5470;
}
.TagClassName
{
border-color: #CE5470;
}
</style>