Shades of Old Rose #CE2F4E
Tints of Old Rose #CE2F4E
RGB
CMYK
RGB Variations
Color information
#CE2F4E (or 0xCE2F4E) is known color: Old Rose. HEX triplet: CE, 2F and 4E. RGB value is (206,47,78). Sum of RGB (Red+Green+Blue) = 206+47+78=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F4E is #31D0B1. Grayscale: #626262. Windows color (decimal): -3264690 or 5124046. OLE color: 5124046.
HSL color Cylindrical-coordinate representation of color #CE2F4E: hue angle of 348.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F4E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 78 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.19 |
| HSL | 348.3º | 0.63% | 0.5% | - |
| HSV(B) | 348.3º | 0.77% | 0.81% | - |
| XYZ | 27.85 | 15.7 | 8.77 | - |
| YUV | 98.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 78 | 0 | 0.77 | 0.62 | 0.19 | 348.3 | 0.63 | 0.5 |
| Hex | CE | 2F | 4E | 0 | 4D | 3E | 13 | 15C | 3F | 32 |
| Octal | 316 | 57 | 116 | 0 | 115 | 76 | 23 | 534 | 77 | 62 |
| Binary | 11001110 | 101111 | 1001110 | 0 | 1001101 | 111110 | 10011 | 101011100 | 111111 | 110010 |
Color Harmonies of #CE2F4E
Complementary color
Monochromatic Colors of #CE2F4E
Black with #CE2F4E
Text Example
Text Example
White with #CE2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F4E; }
p { color: rgb(206,47,78); }
H1.HeaderClassName
{
color: #CE2F4E;
}
.AnyTagClassName
{
color: #CE2F4E;
}
</style>
background-color css
<style>
a { background-color: #CE2F4E; }
a { background-color: rgb(206,47,78); }
div.DivClassName
{
background-color: #CE2F4E;
}
.BgClassName
{
background-color: #CE2F4E;
}
</style>
border-color css
<style>
span { border-color: #CE2F4E; }
span { border-color: rgb(206,47,78); }
td.TdClassName
{
border-color: #CE2F4E;
}
.TagClassName
{
border-color: #CE2F4E;
}
</style>