Shades of Cabaret #CE5A72
Tints of Cabaret #CE5A72
RGB
CMYK
RGB Variations
Color information
#CE5A72 (or 0xCE5A72) is known color: Cabaret. HEX triplet: CE, 5A and 72. RGB value is (206,90,114). Sum of RGB (Red+Green+Blue) = 206+90+114=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A72 is #31A58D. Grayscale: #7F7F7F. Windows color (decimal): -3253646 or 7494350. OLE color: 7494350.
HSL color Cylindrical-coordinate representation of color #CE5A72: hue angle of 347.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A72 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 114 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.19 |
| HSL | 347.59º | 0.54% | 0.58% | - |
| HSV(B) | 347.59º | 0.56% | 0.81% | - |
| XYZ | 32.15 | 21.65 | 18.4 | - |
| YUV | 127.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 114 | 0 | 0.56 | 0.45 | 0.19 | 347.59 | 0.54 | 0.58 |
| Hex | CE | 5A | 72 | 0 | 38 | 2D | 13 | 15C | 36 | 3A |
| Octal | 316 | 132 | 162 | 0 | 70 | 55 | 23 | 534 | 66 | 72 |
| Binary | 11001110 | 1011010 | 1110010 | 0 | 111000 | 101101 | 10011 | 101011100 | 110110 | 111010 |
Color Harmonies of #CE5A72
Complementary color
Monochromatic Colors of #CE5A72
Black with #CE5A72
Text Example
Text Example
White with #CE5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A72; }
p { color: rgb(206,90,114); }
H1.HeaderClassName
{
color: #CE5A72;
}
.AnyTagClassName
{
color: #CE5A72;
}
</style>
background-color css
<style>
a { background-color: #CE5A72; }
a { background-color: rgb(206,90,114); }
div.DivClassName
{
background-color: #CE5A72;
}
.BgClassName
{
background-color: #CE5A72;
}
</style>
border-color css
<style>
span { border-color: #CE5A72; }
span { border-color: rgb(206,90,114); }
td.TdClassName
{
border-color: #CE5A72;
}
.TagClassName
{
border-color: #CE5A72;
}
</style>