Shades of Cabaret #CE4D6A
Tints of Cabaret #CE4D6A
RGB
CMYK
RGB Variations
Color information
#CE4D6A (or 0xCE4D6A) is known color: Cabaret. HEX triplet: CE, 4D and 6A. RGB value is (206,77,106). Sum of RGB (Red+Green+Blue) = 206+77+106=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D6A is #31B295. Grayscale: #767676. Windows color (decimal): -3256982 or 6966734. OLE color: 6966734.
HSL color Cylindrical-coordinate representation of color #CE4D6A: hue angle of 346.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4D6A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 106 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.19 |
| HSL | 346.51º | 0.57% | 0.55% | - |
| HSV(B) | 346.51º | 0.63% | 0.81% | - |
| XYZ | 30.71 | 19.47 | 15.78 | - |
| YUV | 118.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 106 | 0 | 0.63 | 0.49 | 0.19 | 346.51 | 0.57 | 0.55 |
| Hex | CE | 4D | 6A | 0 | 3F | 31 | 13 | 15B | 39 | 37 |
| Octal | 316 | 115 | 152 | 0 | 77 | 61 | 23 | 533 | 71 | 67 |
| Binary | 11001110 | 1001101 | 1101010 | 0 | 111111 | 110001 | 10011 | 101011011 | 111001 | 110111 |
Color Harmonies of #CE4D6A
Complementary color
Monochromatic Colors of #CE4D6A
Black with #CE4D6A
Text Example
Text Example
White with #CE4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D6A; }
p { color: rgb(206,77,106); }
H1.HeaderClassName
{
color: #CE4D6A;
}
.AnyTagClassName
{
color: #CE4D6A;
}
</style>
background-color css
<style>
a { background-color: #CE4D6A; }
a { background-color: rgb(206,77,106); }
div.DivClassName
{
background-color: #CE4D6A;
}
.BgClassName
{
background-color: #CE4D6A;
}
</style>
border-color css
<style>
span { border-color: #CE4D6A; }
span { border-color: rgb(206,77,106); }
td.TdClassName
{
border-color: #CE4D6A;
}
.TagClassName
{
border-color: #CE4D6A;
}
</style>