Shades of Cabaret #CE627C
Tints of Cabaret #CE627C
RGB
CMYK
RGB Variations
Color information
#CE627C (or 0xCE627C) is known color: Cabaret. HEX triplet: CE, 62 and 7C. RGB value is (206,98,124). Sum of RGB (Red+Green+Blue) = 206+98+124=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE627C is #319D83. Grayscale: #858585. Windows color (decimal): -3251588 or 8151758. OLE color: 8151758.
HSL color Cylindrical-coordinate representation of color #CE627C: hue angle of 345.56º 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 #CE627C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 124 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.19 |
| HSL | 345.56º | 0.52% | 0.6% | - |
| HSV(B) | 345.56º | 0.52% | 0.81% | - |
| XYZ | 33.46 | 23.31 | 21.81 | - |
| YUV | 133.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 124 | 0 | 0.52 | 0.40 | 0.19 | 345.56 | 0.52 | 0.6 |
| Hex | CE | 62 | 7C | 0 | 34 | 28 | 13 | 15A | 34 | 3C |
| Octal | 316 | 142 | 174 | 0 | 64 | 50 | 23 | 532 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1111100 | 0 | 110100 | 101000 | 10011 | 101011010 | 110100 | 111100 |
Color Harmonies of #CE627C
Complementary color
Monochromatic Colors of #CE627C
Black with #CE627C
Text Example
Text Example
White with #CE627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE627C; }
p { color: rgb(206,98,124); }
H1.HeaderClassName
{
color: #CE627C;
}
.AnyTagClassName
{
color: #CE627C;
}
</style>
background-color css
<style>
a { background-color: #CE627C; }
a { background-color: rgb(206,98,124); }
div.DivClassName
{
background-color: #CE627C;
}
.BgClassName
{
background-color: #CE627C;
}
</style>
border-color css
<style>
span { border-color: #CE627C; }
span { border-color: rgb(206,98,124); }
td.TdClassName
{
border-color: #CE627C;
}
.TagClassName
{
border-color: #CE627C;
}
</style>