Shades of Cerise #CE356A
Tints of Cerise #CE356A
RGB
CMYK
RGB Variations
Color information
#CE356A (or 0xCE356A) is known color: Cerise. HEX triplet: CE, 35 and 6A. RGB value is (206,53,106). Sum of RGB (Red+Green+Blue) = 206+53+106=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE356A is #31CA95. Grayscale: #686868. Windows color (decimal): -3263126 or 6960590. OLE color: 6960590.
HSL color Cylindrical-coordinate representation of color #CE356A: hue angle of 339.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE356A is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 106 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.19 |
| HSL | 339.22º | 0.61% | 0.51% | - |
| HSV(B) | 339.22º | 0.74% | 0.81% | - |
| XYZ | 29.33 | 16.71 | 15.31 | - |
| YUV | 104.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 106 | 0 | 0.74 | 0.49 | 0.19 | 339.22 | 0.61 | 0.51 |
| Hex | CE | 35 | 6A | 0 | 4A | 31 | 13 | 153 | 3D | 33 |
| Octal | 316 | 65 | 152 | 0 | 112 | 61 | 23 | 523 | 75 | 63 |
| Binary | 11001110 | 110101 | 1101010 | 0 | 1001010 | 110001 | 10011 | 101010011 | 111101 | 110011 |
Color Harmonies of #CE356A
Complementary color
Monochromatic Colors of #CE356A
Black with #CE356A
Text Example
Text Example
White with #CE356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE356A; }
p { color: rgb(206,53,106); }
H1.HeaderClassName
{
color: #CE356A;
}
.AnyTagClassName
{
color: #CE356A;
}
</style>
background-color css
<style>
a { background-color: #CE356A; }
a { background-color: rgb(206,53,106); }
div.DivClassName
{
background-color: #CE356A;
}
.BgClassName
{
background-color: #CE356A;
}
</style>
border-color css
<style>
span { border-color: #CE356A; }
span { border-color: rgb(206,53,106); }
td.TdClassName
{
border-color: #CE356A;
}
.TagClassName
{
border-color: #CE356A;
}
</style>