Shades of Old Rose #CE2E4F
Tints of Old Rose #CE2E4F
RGB
CMYK
RGB Variations
Color information
#CE2E4F (or 0xCE2E4F) is known color: Old Rose. HEX triplet: CE, 2E and 4F. RGB value is (206,46,79). Sum of RGB (Red+Green+Blue) = 206+46+79=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E4F is #31D1B0. Grayscale: #616161. Windows color (decimal): -3264945 or 5189326. OLE color: 5189326.
HSL color Cylindrical-coordinate representation of color #CE2E4F: hue angle of 347.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E4F is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 79 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.19 |
| HSL | 347.63º | 0.63% | 0.49% | - |
| HSV(B) | 347.63º | 0.78% | 0.81% | - |
| XYZ | 27.84 | 15.64 | 8.95 | - |
| YUV | 97.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 79 | 0 | 0.78 | 0.62 | 0.19 | 347.63 | 0.63 | 0.49 |
| Hex | CE | 2E | 4F | 0 | 4E | 3E | 13 | 15C | 3F | 31 |
| Octal | 316 | 56 | 117 | 0 | 116 | 76 | 23 | 534 | 77 | 61 |
| Binary | 11001110 | 101110 | 1001111 | 0 | 1001110 | 111110 | 10011 | 101011100 | 111111 | 110001 |
Color Harmonies of #CE2E4F
Complementary color
Monochromatic Colors of #CE2E4F
Black with #CE2E4F
Text Example
Text Example
White with #CE2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E4F; }
p { color: rgb(206,46,79); }
H1.HeaderClassName
{
color: #CE2E4F;
}
.AnyTagClassName
{
color: #CE2E4F;
}
</style>
background-color css
<style>
a { background-color: #CE2E4F; }
a { background-color: rgb(206,46,79); }
div.DivClassName
{
background-color: #CE2E4F;
}
.BgClassName
{
background-color: #CE2E4F;
}
</style>
border-color css
<style>
span { border-color: #CE2E4F; }
span { border-color: rgb(206,46,79); }
td.TdClassName
{
border-color: #CE2E4F;
}
.TagClassName
{
border-color: #CE2E4F;
}
</style>