Shades of Old Rose #CF2A4D
Tints of Old Rose #CF2A4D
RGB
CMYK
RGB Variations
Color information
#CF2A4D (or 0xCF2A4D) is known color: Old Rose. HEX triplet: CF, 2A and 4D. RGB value is (207,42,77). Sum of RGB (Red+Green+Blue) = 207+42+77=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A4D is #30D5B2. Grayscale: #5F5F5F. Windows color (decimal): -3200435 or 5057231. OLE color: 5057231.
HSL color Cylindrical-coordinate representation of color #CF2A4D: hue angle of 347.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A4D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 77 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.19 |
| HSL | 347.27º | 0.66% | 0.49% | - |
| HSV(B) | 347.27º | 0.8% | 0.81% | - |
| XYZ | 27.9 | 15.46 | 8.53 | - |
| YUV | 95.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 77 | 0 | 0.80 | 0.63 | 0.19 | 347.27 | 0.66 | 0.49 |
| Hex | CF | 2A | 4D | 0 | 50 | 3F | 13 | 15B | 42 | 31 |
| Octal | 317 | 52 | 115 | 0 | 120 | 77 | 23 | 533 | 102 | 61 |
| Binary | 11001111 | 101010 | 1001101 | 0 | 1010000 | 111111 | 10011 | 101011011 | 1000010 | 110001 |
Color Harmonies of #CF2A4D
Complementary color
Monochromatic Colors of #CF2A4D
Black with #CF2A4D
Text Example
Text Example
White with #CF2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A4D; }
p { color: rgb(207,42,77); }
H1.HeaderClassName
{
color: #CF2A4D;
}
.AnyTagClassName
{
color: #CF2A4D;
}
</style>
background-color css
<style>
a { background-color: #CF2A4D; }
a { background-color: rgb(207,42,77); }
div.DivClassName
{
background-color: #CF2A4D;
}
.BgClassName
{
background-color: #CF2A4D;
}
</style>
border-color css
<style>
span { border-color: #CF2A4D; }
span { border-color: rgb(207,42,77); }
td.TdClassName
{
border-color: #CF2A4D;
}
.TagClassName
{
border-color: #CF2A4D;
}
</style>