Shades of Cabaret #CE5669
Tints of Cabaret #CE5669
RGB
CMYK
RGB Variations
Color information
#CE5669 (or 0xCE5669) is known color: Cabaret. HEX triplet: CE, 56 and 69. RGB value is (206,86,105). Sum of RGB (Red+Green+Blue) = 206+86+105=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5669 is #31A996. Grayscale: #7C7C7C. Windows color (decimal): -3254679 or 6903502. OLE color: 6903502.
HSL color Cylindrical-coordinate representation of color #CE5669: hue angle of 350.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5669 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 105 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.19 |
| HSL | 350.5º | 0.55% | 0.57% | - |
| HSV(B) | 350.5º | 0.58% | 0.81% | - |
| XYZ | 31.33 | 20.8 | 15.73 | - |
| YUV | 124.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 105 | 0 | 0.58 | 0.49 | 0.19 | 350.5 | 0.55 | 0.57 |
| Hex | CE | 56 | 69 | 0 | 3A | 31 | 13 | 15E | 37 | 39 |
| Octal | 316 | 126 | 151 | 0 | 72 | 61 | 23 | 536 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1101001 | 0 | 111010 | 110001 | 10011 | 101011110 | 110111 | 111001 |
Color Harmonies of #CE5669
Complementary color
Monochromatic Colors of #CE5669
Black with #CE5669
Text Example
Text Example
White with #CE5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5669; }
p { color: rgb(206,86,105); }
H1.HeaderClassName
{
color: #CE5669;
}
.AnyTagClassName
{
color: #CE5669;
}
</style>
background-color css
<style>
a { background-color: #CE5669; }
a { background-color: rgb(206,86,105); }
div.DivClassName
{
background-color: #CE5669;
}
.BgClassName
{
background-color: #CE5669;
}
</style>
border-color css
<style>
span { border-color: #CE5669; }
span { border-color: rgb(206,86,105); }
td.TdClassName
{
border-color: #CE5669;
}
.TagClassName
{
border-color: #CE5669;
}
</style>