Shades of Cabaret #CE626E
Tints of Cabaret #CE626E
RGB
CMYK
RGB Variations
Color information
#CE626E (or 0xCE626E) is known color: Cabaret. HEX triplet: CE, 62 and 6E. RGB value is (206,98,110). Sum of RGB (Red+Green+Blue) = 206+98+110=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE626E is #319D91. Grayscale: #838383. Windows color (decimal): -3251602 or 7234254. OLE color: 7234254.
HSL color Cylindrical-coordinate representation of color #CE626E: hue angle of 353.33º 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 #CE626E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 110 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.19 |
| HSL | 353.33º | 0.52% | 0.6% | - |
| HSV(B) | 353.33º | 0.52% | 0.81% | - |
| XYZ | 32.64 | 22.98 | 17.47 | - |
| YUV | 131.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 110 | 0 | 0.52 | 0.47 | 0.19 | 353.33 | 0.52 | 0.6 |
| Hex | CE | 62 | 6E | 0 | 34 | 2F | 13 | 161 | 34 | 3C |
| Octal | 316 | 142 | 156 | 0 | 64 | 57 | 23 | 541 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1101110 | 0 | 110100 | 101111 | 10011 | 101100001 | 110100 | 111100 |
Color Harmonies of #CE626E
Complementary color
Monochromatic Colors of #CE626E
Black with #CE626E
Text Example
Text Example
White with #CE626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE626E; }
p { color: rgb(206,98,110); }
H1.HeaderClassName
{
color: #CE626E;
}
.AnyTagClassName
{
color: #CE626E;
}
</style>
background-color css
<style>
a { background-color: #CE626E; }
a { background-color: rgb(206,98,110); }
div.DivClassName
{
background-color: #CE626E;
}
.BgClassName
{
background-color: #CE626E;
}
</style>
border-color css
<style>
span { border-color: #CE626E; }
span { border-color: rgb(206,98,110); }
td.TdClassName
{
border-color: #CE626E;
}
.TagClassName
{
border-color: #CE626E;
}
</style>