Shades of Old Rose #CE2D4E
Tints of Old Rose #CE2D4E
RGB
CMYK
RGB Variations
Color information
#CE2D4E (or 0xCE2D4E) is known color: Old Rose. HEX triplet: CE, 2D and 4E. RGB value is (206,45,78). Sum of RGB (Red+Green+Blue) = 206+45+78=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D4E is #31D2B1. Grayscale: #606060. Windows color (decimal): -3265202 or 5123534. OLE color: 5123534.
HSL color Cylindrical-coordinate representation of color #CE2D4E: hue angle of 347.7º degrees, saturation: 0.64, 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 #CE2D4E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 78 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.19 |
| HSL | 347.7º | 0.64% | 0.49% | - |
| HSV(B) | 347.7º | 0.78% | 0.81% | - |
| XYZ | 27.77 | 15.55 | 8.75 | - |
| YUV | 96.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 78 | 0 | 0.78 | 0.62 | 0.19 | 347.7 | 0.64 | 0.49 |
| Hex | CE | 2D | 4E | 0 | 4E | 3E | 13 | 15C | 40 | 31 |
| Octal | 316 | 55 | 116 | 0 | 116 | 76 | 23 | 534 | 100 | 61 |
| Binary | 11001110 | 101101 | 1001110 | 0 | 1001110 | 111110 | 10011 | 101011100 | 1000000 | 110001 |
Color Harmonies of #CE2D4E
Complementary color
Monochromatic Colors of #CE2D4E
Black with #CE2D4E
Text Example
Text Example
White with #CE2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D4E; }
p { color: rgb(206,45,78); }
H1.HeaderClassName
{
color: #CE2D4E;
}
.AnyTagClassName
{
color: #CE2D4E;
}
</style>
background-color css
<style>
a { background-color: #CE2D4E; }
a { background-color: rgb(206,45,78); }
div.DivClassName
{
background-color: #CE2D4E;
}
.BgClassName
{
background-color: #CE2D4E;
}
</style>
border-color css
<style>
span { border-color: #CE2D4E; }
span { border-color: rgb(206,45,78); }
td.TdClassName
{
border-color: #CE2D4E;
}
.TagClassName
{
border-color: #CE2D4E;
}
</style>