Shades of Cabaret #CE466E
Tints of Cabaret #CE466E
RGB
CMYK
RGB Variations
Color information
#CE466E (or 0xCE466E) is known color: Cabaret. HEX triplet: CE, 46 and 6E. RGB value is (206,70,110). Sum of RGB (Red+Green+Blue) = 206+70+110=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE466E is #31B991. Grayscale: #737373. Windows color (decimal): -3258770 or 7227086. OLE color: 7227086.
HSL color Cylindrical-coordinate representation of color #CE466E: hue angle of 342.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE466E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 110 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.19 |
| HSL | 342.35º | 0.58% | 0.54% | - |
| HSV(B) | 342.35º | 0.66% | 0.81% | - |
| XYZ | 30.46 | 18.63 | 16.74 | - |
| YUV | 115.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 110 | 0 | 0.66 | 0.47 | 0.19 | 342.35 | 0.58 | 0.54 |
| Hex | CE | 46 | 6E | 0 | 42 | 2F | 13 | 156 | 3A | 36 |
| Octal | 316 | 106 | 156 | 0 | 102 | 57 | 23 | 526 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1101110 | 0 | 1000010 | 101111 | 10011 | 101010110 | 111010 | 110110 |
Color Harmonies of #CE466E
Complementary color
Monochromatic Colors of #CE466E
Black with #CE466E
Text Example
Text Example
White with #CE466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE466E; }
p { color: rgb(206,70,110); }
H1.HeaderClassName
{
color: #CE466E;
}
.AnyTagClassName
{
color: #CE466E;
}
</style>
background-color css
<style>
a { background-color: #CE466E; }
a { background-color: rgb(206,70,110); }
div.DivClassName
{
background-color: #CE466E;
}
.BgClassName
{
background-color: #CE466E;
}
</style>
border-color css
<style>
span { border-color: #CE466E; }
span { border-color: rgb(206,70,110); }
td.TdClassName
{
border-color: #CE466E;
}
.TagClassName
{
border-color: #CE466E;
}
</style>