Shades of Cabaret #CE5D69
Tints of Cabaret #CE5D69
RGB
CMYK
RGB Variations
Color information
#CE5D69 (or 0xCE5D69) is known color: Cabaret. HEX triplet: CE, 5D and 69. RGB value is (206,93,105). Sum of RGB (Red+Green+Blue) = 206+93+105=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D69 is #31A296. Grayscale: #808080. Windows color (decimal): -3252887 or 6905294. OLE color: 6905294.
HSL color Cylindrical-coordinate representation of color #CE5D69: hue angle of 353.63º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D69 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 105 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.19 |
| HSL | 353.63º | 0.54% | 0.59% | - |
| HSV(B) | 353.63º | 0.55% | 0.81% | - |
| XYZ | 31.92 | 21.97 | 15.92 | - |
| YUV | 128.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 105 | 0 | 0.55 | 0.49 | 0.19 | 353.63 | 0.54 | 0.59 |
| Hex | CE | 5D | 69 | 0 | 37 | 31 | 13 | 162 | 36 | 3B |
| Octal | 316 | 135 | 151 | 0 | 67 | 61 | 23 | 542 | 66 | 73 |
| Binary | 11001110 | 1011101 | 1101001 | 0 | 110111 | 110001 | 10011 | 101100010 | 110110 | 111011 |
Color Harmonies of #CE5D69
Complementary color
Monochromatic Colors of #CE5D69
Black with #CE5D69
Text Example
Text Example
White with #CE5D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D69; }
p { color: rgb(206,93,105); }
H1.HeaderClassName
{
color: #CE5D69;
}
.AnyTagClassName
{
color: #CE5D69;
}
</style>
background-color css
<style>
a { background-color: #CE5D69; }
a { background-color: rgb(206,93,105); }
div.DivClassName
{
background-color: #CE5D69;
}
.BgClassName
{
background-color: #CE5D69;
}
</style>
border-color css
<style>
span { border-color: #CE5D69; }
span { border-color: rgb(206,93,105); }
td.TdClassName
{
border-color: #CE5D69;
}
.TagClassName
{
border-color: #CE5D69;
}
</style>