Shades of Old Rose #CF2F4E
Tints of Old Rose #CF2F4E
RGB
CMYK
RGB Variations
Color information
#CF2F4E (or 0xCF2F4E) is known color: Old Rose. HEX triplet: CF, 2F and 4E. RGB value is (207,47,78). Sum of RGB (Red+Green+Blue) = 207+47+78=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F4E is #30D0B1. Grayscale: #626262. Windows color (decimal): -3199154 or 5124047. OLE color: 5124047.
HSL color Cylindrical-coordinate representation of color #CF2F4E: hue angle of 348.38º 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 #CF2F4E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 78 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.19 |
| HSL | 348.38º | 0.63% | 0.5% | - |
| HSV(B) | 348.38º | 0.77% | 0.81% | - |
| XYZ | 28.12 | 15.85 | 8.78 | - |
| YUV | 98.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 78 | 0 | 0.77 | 0.62 | 0.19 | 348.38 | 0.63 | 0.5 |
| Hex | CF | 2F | 4E | 0 | 4D | 3E | 13 | 15C | 3F | 32 |
| Octal | 317 | 57 | 116 | 0 | 115 | 76 | 23 | 534 | 77 | 62 |
| Binary | 11001111 | 101111 | 1001110 | 0 | 1001101 | 111110 | 10011 | 101011100 | 111111 | 110010 |
Color Harmonies of #CF2F4E
Complementary color
Monochromatic Colors of #CF2F4E
Black with #CF2F4E
Text Example
Text Example
White with #CF2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F4E; }
p { color: rgb(207,47,78); }
H1.HeaderClassName
{
color: #CF2F4E;
}
.AnyTagClassName
{
color: #CF2F4E;
}
</style>
background-color css
<style>
a { background-color: #CF2F4E; }
a { background-color: rgb(207,47,78); }
div.DivClassName
{
background-color: #CF2F4E;
}
.BgClassName
{
background-color: #CF2F4E;
}
</style>
border-color css
<style>
span { border-color: #CF2F4E; }
span { border-color: rgb(207,47,78); }
td.TdClassName
{
border-color: #CF2F4E;
}
.TagClassName
{
border-color: #CF2F4E;
}
</style>