Shades of Cabaret #CE5A75
Tints of Cabaret #CE5A75
RGB
CMYK
RGB Variations
Color information
#CE5A75 (or 0xCE5A75) is known color: Cabaret. HEX triplet: CE, 5A and 75. RGB value is (206,90,117). Sum of RGB (Red+Green+Blue) = 206+90+117=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A75 is #31A58A. Grayscale: #7F7F7F. Windows color (decimal): -3253643 or 7690958. OLE color: 7690958.
HSL color Cylindrical-coordinate representation of color #CE5A75: hue angle of 346.03º 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 #CE5A75 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 117 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.19 |
| HSL | 346.03º | 0.54% | 0.58% | - |
| HSV(B) | 346.03º | 0.56% | 0.81% | - |
| XYZ | 32.32 | 21.72 | 19.32 | - |
| YUV | 127.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 117 | 0 | 0.56 | 0.43 | 0.19 | 346.03 | 0.54 | 0.58 |
| Hex | CE | 5A | 75 | 0 | 38 | 2B | 13 | 15A | 36 | 3A |
| Octal | 316 | 132 | 165 | 0 | 70 | 53 | 23 | 532 | 66 | 72 |
| Binary | 11001110 | 1011010 | 1110101 | 0 | 111000 | 101011 | 10011 | 101011010 | 110110 | 111010 |
Color Harmonies of #CE5A75
Complementary color
Monochromatic Colors of #CE5A75
Black with #CE5A75
Text Example
Text Example
White with #CE5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A75; }
p { color: rgb(206,90,117); }
H1.HeaderClassName
{
color: #CE5A75;
}
.AnyTagClassName
{
color: #CE5A75;
}
</style>
background-color css
<style>
a { background-color: #CE5A75; }
a { background-color: rgb(206,90,117); }
div.DivClassName
{
background-color: #CE5A75;
}
.BgClassName
{
background-color: #CE5A75;
}
</style>
border-color css
<style>
span { border-color: #CE5A75; }
span { border-color: rgb(206,90,117); }
td.TdClassName
{
border-color: #CE5A75;
}
.TagClassName
{
border-color: #CE5A75;
}
</style>