Shades of Cabaret #CE627A
Tints of Cabaret #CE627A
RGB
CMYK
RGB Variations
Color information
#CE627A (or 0xCE627A) is known color: Cabaret. HEX triplet: CE, 62 and 7A. RGB value is (206,98,122). Sum of RGB (Red+Green+Blue) = 206+98+122=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE627A is #319D85. Grayscale: #858585. Windows color (decimal): -3251590 or 8020686. OLE color: 8020686.
HSL color Cylindrical-coordinate representation of color #CE627A: hue angle of 346.67º 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 #CE627A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 122 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.19 |
| HSL | 346.67º | 0.52% | 0.6% | - |
| HSV(B) | 346.67º | 0.52% | 0.81% | - |
| XYZ | 33.33 | 23.26 | 21.15 | - |
| YUV | 133.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 122 | 0 | 0.52 | 0.41 | 0.19 | 346.67 | 0.52 | 0.6 |
| Hex | CE | 62 | 7A | 0 | 34 | 29 | 13 | 15B | 34 | 3C |
| Octal | 316 | 142 | 172 | 0 | 64 | 51 | 23 | 533 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1111010 | 0 | 110100 | 101001 | 10011 | 101011011 | 110100 | 111100 |
Color Harmonies of #CE627A
Complementary color
Monochromatic Colors of #CE627A
Black with #CE627A
Text Example
Text Example
White with #CE627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE627A; }
p { color: rgb(206,98,122); }
H1.HeaderClassName
{
color: #CE627A;
}
.AnyTagClassName
{
color: #CE627A;
}
</style>
background-color css
<style>
a { background-color: #CE627A; }
a { background-color: rgb(206,98,122); }
div.DivClassName
{
background-color: #CE627A;
}
.BgClassName
{
background-color: #CE627A;
}
</style>
border-color css
<style>
span { border-color: #CE627A; }
span { border-color: rgb(206,98,122); }
td.TdClassName
{
border-color: #CE627A;
}
.TagClassName
{
border-color: #CE627A;
}
</style>