Shades of Cabaret #CE4969
Tints of Cabaret #CE4969
RGB
CMYK
RGB Variations
Color information
#CE4969 (or 0xCE4969) is known color: Cabaret. HEX triplet: CE, 49 and 69. RGB value is (206,73,105). Sum of RGB (Red+Green+Blue) = 206+73+105=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4969 is #31B696. Grayscale: #747474. Windows color (decimal): -3258007 or 6900174. OLE color: 6900174.
HSL color Cylindrical-coordinate representation of color #CE4969: hue angle of 345.56º 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 #CE4969 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 105 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.19 |
| HSL | 345.56º | 0.58% | 0.55% | - |
| HSV(B) | 345.56º | 0.65% | 0.81% | - |
| XYZ | 30.39 | 18.91 | 15.41 | - |
| YUV | 116.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 105 | 0 | 0.65 | 0.49 | 0.19 | 345.56 | 0.58 | 0.55 |
| Hex | CE | 49 | 69 | 0 | 41 | 31 | 13 | 15A | 3A | 37 |
| Octal | 316 | 111 | 151 | 0 | 101 | 61 | 23 | 532 | 72 | 67 |
| Binary | 11001110 | 1001001 | 1101001 | 0 | 1000001 | 110001 | 10011 | 101011010 | 111010 | 110111 |
Color Harmonies of #CE4969
Complementary color
Monochromatic Colors of #CE4969
Black with #CE4969
Text Example
Text Example
White with #CE4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4969; }
p { color: rgb(206,73,105); }
H1.HeaderClassName
{
color: #CE4969;
}
.AnyTagClassName
{
color: #CE4969;
}
</style>
background-color css
<style>
a { background-color: #CE4969; }
a { background-color: rgb(206,73,105); }
div.DivClassName
{
background-color: #CE4969;
}
.BgClassName
{
background-color: #CE4969;
}
</style>
border-color css
<style>
span { border-color: #CE4969; }
span { border-color: rgb(206,73,105); }
td.TdClassName
{
border-color: #CE4969;
}
.TagClassName
{
border-color: #CE4969;
}
</style>