Shades of Cabaret #CE5B68
Tints of Cabaret #CE5B68
RGB
CMYK
RGB Variations
Color information
#CE5B68 (or 0xCE5B68) is known color: Cabaret. HEX triplet: CE, 5B and 68. RGB value is (206,91,104). Sum of RGB (Red+Green+Blue) = 206+91+104=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B68 is #31A497. Grayscale: #7E7E7E. Windows color (decimal): -3253400 or 6839246. OLE color: 6839246.
HSL color Cylindrical-coordinate representation of color #CE5B68: hue angle of 353.22º 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 #CE5B68 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 104 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.19 |
| HSL | 353.22º | 0.54% | 0.58% | - |
| HSV(B) | 353.22º | 0.56% | 0.81% | - |
| XYZ | 31.69 | 21.6 | 15.6 | - |
| YUV | 126.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 104 | 0 | 0.56 | 0.50 | 0.19 | 353.22 | 0.54 | 0.58 |
| Hex | CE | 5B | 68 | 0 | 38 | 32 | 13 | 161 | 36 | 3A |
| Octal | 316 | 133 | 150 | 0 | 70 | 62 | 23 | 541 | 66 | 72 |
| Binary | 11001110 | 1011011 | 1101000 | 0 | 111000 | 110010 | 10011 | 101100001 | 110110 | 111010 |
Color Harmonies of #CE5B68
Complementary color
Monochromatic Colors of #CE5B68
Black with #CE5B68
Text Example
Text Example
White with #CE5B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B68; }
p { color: rgb(206,91,104); }
H1.HeaderClassName
{
color: #CE5B68;
}
.AnyTagClassName
{
color: #CE5B68;
}
</style>
background-color css
<style>
a { background-color: #CE5B68; }
a { background-color: rgb(206,91,104); }
div.DivClassName
{
background-color: #CE5B68;
}
.BgClassName
{
background-color: #CE5B68;
}
</style>
border-color css
<style>
span { border-color: #CE5B68; }
span { border-color: rgb(206,91,104); }
td.TdClassName
{
border-color: #CE5B68;
}
.TagClassName
{
border-color: #CE5B68;
}
</style>