Shades of Cabaret #CE4566
Tints of Cabaret #CE4566
RGB
CMYK
RGB Variations
Color information
#CE4566 (or 0xCE4566) is known color: Cabaret. HEX triplet: CE, 45 and 66. RGB value is (206,69,102). Sum of RGB (Red+Green+Blue) = 206+69+102=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4566 is #31BA99. Grayscale: #717171. Windows color (decimal): -3259034 or 6702542. OLE color: 6702542.
HSL color Cylindrical-coordinate representation of color #CE4566: hue angle of 345.55º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4566 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 102 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.19 |
| HSL | 345.55º | 0.58% | 0.54% | - |
| HSV(B) | 345.55º | 0.67% | 0.81% | - |
| XYZ | 29.98 | 18.34 | 14.53 | - |
| YUV | 113.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 102 | 0 | 0.67 | 0.50 | 0.19 | 345.55 | 0.58 | 0.54 |
| Hex | CE | 45 | 66 | 0 | 43 | 32 | 13 | 15A | 3A | 36 |
| Octal | 316 | 105 | 146 | 0 | 103 | 62 | 23 | 532 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1100110 | 0 | 1000011 | 110010 | 10011 | 101011010 | 111010 | 110110 |
Color Harmonies of #CE4566
Complementary color
Monochromatic Colors of #CE4566
Black with #CE4566
Text Example
Text Example
White with #CE4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4566; }
p { color: rgb(206,69,102); }
H1.HeaderClassName
{
color: #CE4566;
}
.AnyTagClassName
{
color: #CE4566;
}
</style>
background-color css
<style>
a { background-color: #CE4566; }
a { background-color: rgb(206,69,102); }
div.DivClassName
{
background-color: #CE4566;
}
.BgClassName
{
background-color: #CE4566;
}
</style>
border-color css
<style>
span { border-color: #CE4566; }
span { border-color: rgb(206,69,102); }
td.TdClassName
{
border-color: #CE4566;
}
.TagClassName
{
border-color: #CE4566;
}
</style>