Shades of Cabaret #CE476C
Tints of Cabaret #CE476C
RGB
CMYK
RGB Variations
Color information
#CE476C (or 0xCE476C) is known color: Cabaret. HEX triplet: CE, 47 and 6C. RGB value is (206,71,108). Sum of RGB (Red+Green+Blue) = 206+71+108=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476C is #31B893. Grayscale: #737373. Windows color (decimal): -3258516 or 7096270. OLE color: 7096270.
HSL color Cylindrical-coordinate representation of color #CE476C: hue angle of 343.56º 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 #CE476C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 108 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.19 |
| HSL | 343.56º | 0.58% | 0.54% | - |
| HSV(B) | 343.56º | 0.66% | 0.81% | - |
| XYZ | 30.41 | 18.71 | 16.2 | - |
| YUV | 115.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 108 | 0 | 0.66 | 0.48 | 0.19 | 343.56 | 0.58 | 0.54 |
| Hex | CE | 47 | 6C | 0 | 42 | 30 | 13 | 158 | 3A | 36 |
| Octal | 316 | 107 | 154 | 0 | 102 | 60 | 23 | 530 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1101100 | 0 | 1000010 | 110000 | 10011 | 101011000 | 111010 | 110110 |
Color Harmonies of #CE476C
Complementary color
Monochromatic Colors of #CE476C
Black with #CE476C
Text Example
Text Example
White with #CE476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE476C; }
p { color: rgb(206,71,108); }
H1.HeaderClassName
{
color: #CE476C;
}
.AnyTagClassName
{
color: #CE476C;
}
</style>
background-color css
<style>
a { background-color: #CE476C; }
a { background-color: rgb(206,71,108); }
div.DivClassName
{
background-color: #CE476C;
}
.BgClassName
{
background-color: #CE476C;
}
</style>
border-color css
<style>
span { border-color: #CE476C; }
span { border-color: rgb(206,71,108); }
td.TdClassName
{
border-color: #CE476C;
}
.TagClassName
{
border-color: #CE476C;
}
</style>