Shades of Cabaret #CE4D6B
Tints of Cabaret #CE4D6B
RGB
CMYK
RGB Variations
Color information
#CE4D6B (or 0xCE4D6B) is known color: Cabaret. HEX triplet: CE, 4D and 6B. RGB value is (206,77,107). Sum of RGB (Red+Green+Blue) = 206+77+107=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D6B is #31B294. Grayscale: #767676. Windows color (decimal): -3256981 or 7032270. OLE color: 7032270.
HSL color Cylindrical-coordinate representation of color #CE4D6B: hue angle of 346.05º 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 #CE4D6B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 107 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.19 |
| HSL | 346.05º | 0.57% | 0.55% | - |
| HSV(B) | 346.05º | 0.63% | 0.81% | - |
| XYZ | 30.76 | 19.49 | 16.05 | - |
| YUV | 118.99 | 121.24 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 107 | 0 | 0.63 | 0.48 | 0.19 | 346.05 | 0.57 | 0.55 |
| Hex | CE | 4D | 6B | 0 | 3F | 30 | 13 | 15A | 39 | 37 |
| Octal | 316 | 115 | 153 | 0 | 77 | 60 | 23 | 532 | 71 | 67 |
| Binary | 11001110 | 1001101 | 1101011 | 0 | 111111 | 110000 | 10011 | 101011010 | 111001 | 110111 |
Color Harmonies of #CE4D6B
Complementary color
Monochromatic Colors of #CE4D6B
Black with #CE4D6B
Text Example
Text Example
White with #CE4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D6B; }
p { color: rgb(206,77,107); }
H1.HeaderClassName
{
color: #CE4D6B;
}
.AnyTagClassName
{
color: #CE4D6B;
}
</style>
background-color css
<style>
a { background-color: #CE4D6B; }
a { background-color: rgb(206,77,107); }
div.DivClassName
{
background-color: #CE4D6B;
}
.BgClassName
{
background-color: #CE4D6B;
}
</style>
border-color css
<style>
span { border-color: #CE4D6B; }
span { border-color: rgb(206,77,107); }
td.TdClassName
{
border-color: #CE4D6B;
}
.TagClassName
{
border-color: #CE4D6B;
}
</style>