Shades of Cerise #CE286B
Tints of Cerise #CE286B
RGB
CMYK
RGB Variations
Color information
#CE286B (or 0xCE286B) is known color: Cerise. HEX triplet: CE, 28 and 6B. RGB value is (206,40,107). Sum of RGB (Red+Green+Blue) = 206+40+107=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE286B is #31D794. Grayscale: #616161. Windows color (decimal): -3266453 or 7022798. OLE color: 7022798.
HSL color Cylindrical-coordinate representation of color #CE286B: hue angle of 335.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE286B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 107 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.19 |
| HSL | 335.78º | 0.67% | 0.48% | - |
| HSV(B) | 335.78º | 0.81% | 0.81% | - |
| XYZ | 28.87 | 15.7 | 15.42 | - |
| YUV | 97.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 107 | 0 | 0.81 | 0.48 | 0.19 | 335.78 | 0.67 | 0.48 |
| Hex | CE | 28 | 6B | 0 | 51 | 30 | 13 | 150 | 43 | 30 |
| Octal | 316 | 50 | 153 | 0 | 121 | 60 | 23 | 520 | 103 | 60 |
| Binary | 11001110 | 101000 | 1101011 | 0 | 1010001 | 110000 | 10011 | 101010000 | 1000011 | 110000 |
Color Harmonies of #CE286B
Complementary color
Monochromatic Colors of #CE286B
Black with #CE286B
Text Example
Text Example
White with #CE286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE286B; }
p { color: rgb(206,40,107); }
H1.HeaderClassName
{
color: #CE286B;
}
.AnyTagClassName
{
color: #CE286B;
}
</style>
background-color css
<style>
a { background-color: #CE286B; }
a { background-color: rgb(206,40,107); }
div.DivClassName
{
background-color: #CE286B;
}
.BgClassName
{
background-color: #CE286B;
}
</style>
border-color css
<style>
span { border-color: #CE286B; }
span { border-color: rgb(206,40,107); }
td.TdClassName
{
border-color: #CE286B;
}
.TagClassName
{
border-color: #CE286B;
}
</style>