Shades of Cerise #CE3D65
Tints of Cerise #CE3D65
RGB
CMYK
RGB Variations
Color information
#CE3D65 (or 0xCE3D65) is known color: Cerise. HEX triplet: CE, 3D and 65. RGB value is (206,61,101). Sum of RGB (Red+Green+Blue) = 206+61+101=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D65 is #31C29A. Grayscale: #6C6C6C. Windows color (decimal): -3261083 or 6634958. OLE color: 6634958.
HSL color Cylindrical-coordinate representation of color #CE3D65: hue angle of 343.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D65 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 101 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.19 |
| HSL | 343.45º | 0.6% | 0.52% | - |
| HSV(B) | 343.45º | 0.7% | 0.81% | - |
| XYZ | 29.47 | 17.4 | 14.12 | - |
| YUV | 108.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 101 | 0 | 0.70 | 0.51 | 0.19 | 343.45 | 0.6 | 0.52 |
| Hex | CE | 3D | 65 | 0 | 46 | 33 | 13 | 157 | 3C | 34 |
| Octal | 316 | 75 | 145 | 0 | 106 | 63 | 23 | 527 | 74 | 64 |
| Binary | 11001110 | 111101 | 1100101 | 0 | 1000110 | 110011 | 10011 | 101010111 | 111100 | 110100 |
Color Harmonies of #CE3D65
Complementary color
Monochromatic Colors of #CE3D65
Black with #CE3D65
Text Example
Text Example
White with #CE3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D65; }
p { color: rgb(206,61,101); }
H1.HeaderClassName
{
color: #CE3D65;
}
.AnyTagClassName
{
color: #CE3D65;
}
</style>
background-color css
<style>
a { background-color: #CE3D65; }
a { background-color: rgb(206,61,101); }
div.DivClassName
{
background-color: #CE3D65;
}
.BgClassName
{
background-color: #CE3D65;
}
</style>
border-color css
<style>
span { border-color: #CE3D65; }
span { border-color: rgb(206,61,101); }
td.TdClassName
{
border-color: #CE3D65;
}
.TagClassName
{
border-color: #CE3D65;
}
</style>