Shades of Old Rose #CE2E4D
Tints of Old Rose #CE2E4D
RGB
CMYK
RGB Variations
Color information
#CE2E4D (or 0xCE2E4D) is known color: Old Rose. HEX triplet: CE, 2E and 4D. RGB value is (206,46,77). Sum of RGB (Red+Green+Blue) = 206+46+77=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E4D is #31D1B2. Grayscale: #616161. Windows color (decimal): -3264947 or 5058254. OLE color: 5058254.
HSL color Cylindrical-coordinate representation of color #CE2E4D: hue angle of 348.38º 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 #CE2E4D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 77 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.19 |
| HSL | 348.38º | 0.63% | 0.49% | - |
| HSV(B) | 348.38º | 0.78% | 0.81% | - |
| XYZ | 27.77 | 15.61 | 8.57 | - |
| YUV | 97.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 77 | 0 | 0.78 | 0.63 | 0.19 | 348.38 | 0.63 | 0.49 |
| Hex | CE | 2E | 4D | 0 | 4E | 3F | 13 | 15C | 3F | 31 |
| Octal | 316 | 56 | 115 | 0 | 116 | 77 | 23 | 534 | 77 | 61 |
| Binary | 11001110 | 101110 | 1001101 | 0 | 1001110 | 111111 | 10011 | 101011100 | 111111 | 110001 |
Color Harmonies of #CE2E4D
Complementary color
Monochromatic Colors of #CE2E4D
Black with #CE2E4D
Text Example
Text Example
White with #CE2E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E4D; }
p { color: rgb(206,46,77); }
H1.HeaderClassName
{
color: #CE2E4D;
}
.AnyTagClassName
{
color: #CE2E4D;
}
</style>
background-color css
<style>
a { background-color: #CE2E4D; }
a { background-color: rgb(206,46,77); }
div.DivClassName
{
background-color: #CE2E4D;
}
.BgClassName
{
background-color: #CE2E4D;
}
</style>
border-color css
<style>
span { border-color: #CE2E4D; }
span { border-color: rgb(206,46,77); }
td.TdClassName
{
border-color: #CE2E4D;
}
.TagClassName
{
border-color: #CE2E4D;
}
</style>