Shades of Cerise #CE266C
Tints of Cerise #CE266C
RGB
CMYK
RGB Variations
Color information
#CE266C (or 0xCE266C) is known color: Cerise. HEX triplet: CE, 26 and 6C. RGB value is (206,38,108). Sum of RGB (Red+Green+Blue) = 206+38+108=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE266C is #31D993. Grayscale: #606060. Windows color (decimal): -3266964 or 7087822. OLE color: 7087822.
HSL color Cylindrical-coordinate representation of color #CE266C: hue angle of 335º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE266C is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 108 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.19 |
| HSL | 335º | 0.69% | 0.48% | - |
| HSV(B) | 335º | 0.82% | 0.81% | - |
| XYZ | 28.85 | 15.59 | 15.68 | - |
| YUV | 96.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 108 | 0 | 0.82 | 0.48 | 0.19 | 335 | 0.69 | 0.48 |
| Hex | CE | 26 | 6C | 0 | 52 | 30 | 13 | 14F | 45 | 30 |
| Octal | 316 | 46 | 154 | 0 | 122 | 60 | 23 | 517 | 105 | 60 |
| Binary | 11001110 | 100110 | 1101100 | 0 | 1010010 | 110000 | 10011 | 101001111 | 1000101 | 110000 |
Color Harmonies of #CE266C
Complementary color
Monochromatic Colors of #CE266C
Black with #CE266C
Text Example
Text Example
White with #CE266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE266C; }
p { color: rgb(206,38,108); }
H1.HeaderClassName
{
color: #CE266C;
}
.AnyTagClassName
{
color: #CE266C;
}
</style>
background-color css
<style>
a { background-color: #CE266C; }
a { background-color: rgb(206,38,108); }
div.DivClassName
{
background-color: #CE266C;
}
.BgClassName
{
background-color: #CE266C;
}
</style>
border-color css
<style>
span { border-color: #CE266C; }
span { border-color: rgb(206,38,108); }
td.TdClassName
{
border-color: #CE266C;
}
.TagClassName
{
border-color: #CE266C;
}
</style>