Shades of Cabaret #CE5269
Tints of Cabaret #CE5269
RGB
CMYK
RGB Variations
Color information
#CE5269 (or 0xCE5269) is known color: Cabaret. HEX triplet: CE, 52 and 69. RGB value is (206,82,105). Sum of RGB (Red+Green+Blue) = 206+82+105=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5269 is #31AD96. Grayscale: #797979. Windows color (decimal): -3255703 or 6902478. OLE color: 6902478.
HSL color Cylindrical-coordinate representation of color #CE5269: hue angle of 348.87º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5269 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 105 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.19 |
| HSL | 348.87º | 0.56% | 0.56% | - |
| HSV(B) | 348.87º | 0.6% | 0.81% | - |
| XYZ | 31.02 | 20.18 | 15.62 | - |
| YUV | 121.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 105 | 0 | 0.60 | 0.49 | 0.19 | 348.87 | 0.56 | 0.56 |
| Hex | CE | 52 | 69 | 0 | 3C | 31 | 13 | 15D | 38 | 38 |
| Octal | 316 | 122 | 151 | 0 | 74 | 61 | 23 | 535 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1101001 | 0 | 111100 | 110001 | 10011 | 101011101 | 111000 | 111000 |
Color Harmonies of #CE5269
Complementary color
Monochromatic Colors of #CE5269
Black with #CE5269
Text Example
Text Example
White with #CE5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5269; }
p { color: rgb(206,82,105); }
H1.HeaderClassName
{
color: #CE5269;
}
.AnyTagClassName
{
color: #CE5269;
}
</style>
background-color css
<style>
a { background-color: #CE5269; }
a { background-color: rgb(206,82,105); }
div.DivClassName
{
background-color: #CE5269;
}
.BgClassName
{
background-color: #CE5269;
}
</style>
border-color css
<style>
span { border-color: #CE5269; }
span { border-color: rgb(206,82,105); }
td.TdClassName
{
border-color: #CE5269;
}
.TagClassName
{
border-color: #CE5269;
}
</style>