Shades of Cabaret #CE476F
Tints of Cabaret #CE476F
RGB
CMYK
RGB Variations
Color information
#CE476F (or 0xCE476F) is known color: Cabaret. HEX triplet: CE, 47 and 6F. RGB value is (206,71,111). Sum of RGB (Red+Green+Blue) = 206+71+111=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476F is #31B890. Grayscale: #737373. Windows color (decimal): -3258513 or 7292878. OLE color: 7292878.
HSL color Cylindrical-coordinate representation of color #CE476F: hue angle of 342.22º 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 #CE476F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 111 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.19 |
| HSL | 342.22º | 0.58% | 0.54% | - |
| HSV(B) | 342.22º | 0.66% | 0.81% | - |
| XYZ | 30.58 | 18.78 | 17.05 | - |
| YUV | 115.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 111 | 0 | 0.66 | 0.46 | 0.19 | 342.22 | 0.58 | 0.54 |
| Hex | CE | 47 | 6F | 0 | 42 | 2E | 13 | 156 | 3A | 36 |
| Octal | 316 | 107 | 157 | 0 | 102 | 56 | 23 | 526 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1101111 | 0 | 1000010 | 101110 | 10011 | 101010110 | 111010 | 110110 |
Color Harmonies of #CE476F
Complementary color
Monochromatic Colors of #CE476F
Black with #CE476F
Text Example
Text Example
White with #CE476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE476F; }
p { color: rgb(206,71,111); }
H1.HeaderClassName
{
color: #CE476F;
}
.AnyTagClassName
{
color: #CE476F;
}
</style>
background-color css
<style>
a { background-color: #CE476F; }
a { background-color: rgb(206,71,111); }
div.DivClassName
{
background-color: #CE476F;
}
.BgClassName
{
background-color: #CE476F;
}
</style>
border-color css
<style>
span { border-color: #CE476F; }
span { border-color: rgb(206,71,111); }
td.TdClassName
{
border-color: #CE476F;
}
.TagClassName
{
border-color: #CE476F;
}
</style>