Shades of Old Rose #CF2E50
Tints of Old Rose #CF2E50
RGB
CMYK
RGB Variations
Color information
#CF2E50 (or 0xCF2E50) is known color: Old Rose. HEX triplet: CF, 2E and 50. RGB value is (207,46,80). Sum of RGB (Red+Green+Blue) = 207+46+80=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E50 is #30D1AF. Grayscale: #626262. Windows color (decimal): -3199408 or 5254863. OLE color: 5254863.
HSL color Cylindrical-coordinate representation of color #CF2E50: hue angle of 347.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E50 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 80 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.19 |
| HSL | 347.33º | 0.64% | 0.5% | - |
| HSV(B) | 347.33º | 0.78% | 0.81% | - |
| XYZ | 28.16 | 15.8 | 9.15 | - |
| YUV | 98.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 80 | 0 | 0.78 | 0.61 | 0.19 | 347.33 | 0.64 | 0.5 |
| Hex | CF | 2E | 50 | 0 | 4E | 3D | 13 | 15B | 40 | 32 |
| Octal | 317 | 56 | 120 | 0 | 116 | 75 | 23 | 533 | 100 | 62 |
| Binary | 11001111 | 101110 | 1010000 | 0 | 1001110 | 111101 | 10011 | 101011011 | 1000000 | 110010 |
Color Harmonies of #CF2E50
Complementary color
Monochromatic Colors of #CF2E50
Black with #CF2E50
Text Example
Text Example
White with #CF2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E50; }
p { color: rgb(207,46,80); }
H1.HeaderClassName
{
color: #CF2E50;
}
.AnyTagClassName
{
color: #CF2E50;
}
</style>
background-color css
<style>
a { background-color: #CF2E50; }
a { background-color: rgb(207,46,80); }
div.DivClassName
{
background-color: #CF2E50;
}
.BgClassName
{
background-color: #CF2E50;
}
</style>
border-color css
<style>
span { border-color: #CF2E50; }
span { border-color: rgb(207,46,80); }
td.TdClassName
{
border-color: #CF2E50;
}
.TagClassName
{
border-color: #CF2E50;
}
</style>