Shades of Cerise #CE3B65
Tints of Cerise #CE3B65
RGB
CMYK
RGB Variations
Color information
#CE3B65 (or 0xCE3B65) is known color: Cerise. HEX triplet: CE, 3B and 65. RGB value is (206,59,101). Sum of RGB (Red+Green+Blue) = 206+59+101=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B65 is #31C49A. Grayscale: #6B6B6B. Windows color (decimal): -3261595 or 6634446. OLE color: 6634446.
HSL color Cylindrical-coordinate representation of color #CE3B65: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B65 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 101 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.19 |
| HSL | 342.86º | 0.6% | 0.52% | - |
| HSV(B) | 342.86º | 0.71% | 0.81% | - |
| XYZ | 29.37 | 17.19 | 14.08 | - |
| YUV | 107.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 101 | 0 | 0.71 | 0.51 | 0.19 | 342.86 | 0.6 | 0.52 |
| Hex | CE | 3B | 65 | 0 | 47 | 33 | 13 | 157 | 3C | 34 |
| Octal | 316 | 73 | 145 | 0 | 107 | 63 | 23 | 527 | 74 | 64 |
| Binary | 11001110 | 111011 | 1100101 | 0 | 1000111 | 110011 | 10011 | 101010111 | 111100 | 110100 |
Color Harmonies of #CE3B65
Complementary color
Monochromatic Colors of #CE3B65
Black with #CE3B65
Text Example
Text Example
White with #CE3B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B65; }
p { color: rgb(206,59,101); }
H1.HeaderClassName
{
color: #CE3B65;
}
.AnyTagClassName
{
color: #CE3B65;
}
</style>
background-color css
<style>
a { background-color: #CE3B65; }
a { background-color: rgb(206,59,101); }
div.DivClassName
{
background-color: #CE3B65;
}
.BgClassName
{
background-color: #CE3B65;
}
</style>
border-color css
<style>
span { border-color: #CE3B65; }
span { border-color: rgb(206,59,101); }
td.TdClassName
{
border-color: #CE3B65;
}
.TagClassName
{
border-color: #CE3B65;
}
</style>