Shades of Old Rose #CF2E56
Tints of Old Rose #CF2E56
RGB
CMYK
RGB Variations
Color information
#CF2E56 (or 0xCF2E56) is known color: Old Rose. HEX triplet: CF, 2E and 56. RGB value is (207,46,86). Sum of RGB (Red+Green+Blue) = 207+46+86=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E56 is #30D1A9. Grayscale: #626262. Windows color (decimal): -3199402 or 5648079. OLE color: 5648079.
HSL color Cylindrical-coordinate representation of color #CF2E56: hue angle of 345.09º 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 #CF2E56 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 86 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.19 |
| HSL | 345.09º | 0.64% | 0.5% | - |
| HSV(B) | 345.09º | 0.78% | 0.81% | - |
| XYZ | 28.39 | 15.89 | 10.38 | - |
| YUV | 98.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 86 | 0 | 0.78 | 0.58 | 0.19 | 345.09 | 0.64 | 0.5 |
| Hex | CF | 2E | 56 | 0 | 4E | 3A | 13 | 159 | 40 | 32 |
| Octal | 317 | 56 | 126 | 0 | 116 | 72 | 23 | 531 | 100 | 62 |
| Binary | 11001111 | 101110 | 1010110 | 0 | 1001110 | 111010 | 10011 | 101011001 | 1000000 | 110010 |
Color Harmonies of #CF2E56
Complementary color
Monochromatic Colors of #CF2E56
Black with #CF2E56
Text Example
Text Example
White with #CF2E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E56; }
p { color: rgb(207,46,86); }
H1.HeaderClassName
{
color: #CF2E56;
}
.AnyTagClassName
{
color: #CF2E56;
}
</style>
background-color css
<style>
a { background-color: #CF2E56; }
a { background-color: rgb(207,46,86); }
div.DivClassName
{
background-color: #CF2E56;
}
.BgClassName
{
background-color: #CF2E56;
}
</style>
border-color css
<style>
span { border-color: #CF2E56; }
span { border-color: rgb(207,46,86); }
td.TdClassName
{
border-color: #CF2E56;
}
.TagClassName
{
border-color: #CF2E56;
}
</style>