Shades of Cabaret #CE4869
Tints of Cabaret #CE4869
RGB
CMYK
RGB Variations
Color information
#CE4869 (or 0xCE4869) is known color: Cabaret. HEX triplet: CE, 48 and 69. RGB value is (206,72,105). Sum of RGB (Red+Green+Blue) = 206+72+105=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4869 is #31B796. Grayscale: #737373. Windows color (decimal): -3258263 or 6899918. OLE color: 6899918.
HSL color Cylindrical-coordinate representation of color #CE4869: hue angle of 345.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4869 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 105 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.19 |
| HSL | 345.22º | 0.58% | 0.55% | - |
| HSV(B) | 345.22º | 0.65% | 0.81% | - |
| XYZ | 30.32 | 18.78 | 15.39 | - |
| YUV | 115.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 105 | 0 | 0.65 | 0.49 | 0.19 | 345.22 | 0.58 | 0.55 |
| Hex | CE | 48 | 69 | 0 | 41 | 31 | 13 | 159 | 3A | 37 |
| Octal | 316 | 110 | 151 | 0 | 101 | 61 | 23 | 531 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1101001 | 0 | 1000001 | 110001 | 10011 | 101011001 | 111010 | 110111 |
Color Harmonies of #CE4869
Complementary color
Monochromatic Colors of #CE4869
Black with #CE4869
Text Example
Text Example
White with #CE4869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4869; }
p { color: rgb(206,72,105); }
H1.HeaderClassName
{
color: #CE4869;
}
.AnyTagClassName
{
color: #CE4869;
}
</style>
background-color css
<style>
a { background-color: #CE4869; }
a { background-color: rgb(206,72,105); }
div.DivClassName
{
background-color: #CE4869;
}
.BgClassName
{
background-color: #CE4869;
}
</style>
border-color css
<style>
span { border-color: #CE4869; }
span { border-color: rgb(206,72,105); }
td.TdClassName
{
border-color: #CE4869;
}
.TagClassName
{
border-color: #CE4869;
}
</style>