Shades of Cabaret #CE626D
Tints of Cabaret #CE626D
RGB
CMYK
RGB Variations
Color information
#CE626D (or 0xCE626D) is known color: Cabaret. HEX triplet: CE, 62 and 6D. RGB value is (206,98,109). Sum of RGB (Red+Green+Blue) = 206+98+109=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE626D is #319D92. Grayscale: #838383. Windows color (decimal): -3251603 or 7168718. OLE color: 7168718.
HSL color Cylindrical-coordinate representation of color #CE626D: hue angle of 353.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE626D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 109 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.19 |
| HSL | 353.89º | 0.52% | 0.6% | - |
| HSV(B) | 353.89º | 0.52% | 0.81% | - |
| XYZ | 32.58 | 22.96 | 17.18 | - |
| YUV | 131.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 109 | 0 | 0.52 | 0.47 | 0.19 | 353.89 | 0.52 | 0.6 |
| Hex | CE | 62 | 6D | 0 | 34 | 2F | 13 | 162 | 34 | 3C |
| Octal | 316 | 142 | 155 | 0 | 64 | 57 | 23 | 542 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1101101 | 0 | 110100 | 101111 | 10011 | 101100010 | 110100 | 111100 |
Color Harmonies of #CE626D
Complementary color
Monochromatic Colors of #CE626D
Black with #CE626D
Text Example
Text Example
White with #CE626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE626D; }
p { color: rgb(206,98,109); }
H1.HeaderClassName
{
color: #CE626D;
}
.AnyTagClassName
{
color: #CE626D;
}
</style>
background-color css
<style>
a { background-color: #CE626D; }
a { background-color: rgb(206,98,109); }
div.DivClassName
{
background-color: #CE626D;
}
.BgClassName
{
background-color: #CE626D;
}
</style>
border-color css
<style>
span { border-color: #CE626D; }
span { border-color: rgb(206,98,109); }
td.TdClassName
{
border-color: #CE626D;
}
.TagClassName
{
border-color: #CE626D;
}
</style>