Shades of Old Rose #CF2A57
Tints of Old Rose #CF2A57
RGB
CMYK
RGB Variations
Color information
#CF2A57 (or 0xCF2A57) is known color: Old Rose. HEX triplet: CF, 2A and 57. RGB value is (207,42,87). Sum of RGB (Red+Green+Blue) = 207+42+87=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A57 is #30D5A8. Grayscale: #606060. Windows color (decimal): -3200425 or 5712591. OLE color: 5712591.
HSL color Cylindrical-coordinate representation of color #CF2A57: hue angle of 343.64º 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 #CF2A57 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 87 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.19 |
| HSL | 343.64º | 0.66% | 0.49% | - |
| HSV(B) | 343.64º | 0.8% | 0.81% | - |
| XYZ | 28.28 | 15.61 | 10.54 | - |
| YUV | 96.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 87 | 0 | 0.80 | 0.58 | 0.19 | 343.64 | 0.66 | 0.49 |
| Hex | CF | 2A | 57 | 0 | 50 | 3A | 13 | 158 | 42 | 31 |
| Octal | 317 | 52 | 127 | 0 | 120 | 72 | 23 | 530 | 102 | 61 |
| Binary | 11001111 | 101010 | 1010111 | 0 | 1010000 | 111010 | 10011 | 101011000 | 1000010 | 110001 |
Color Harmonies of #CF2A57
Complementary color
Monochromatic Colors of #CF2A57
Black with #CF2A57
Text Example
Text Example
White with #CF2A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A57; }
p { color: rgb(207,42,87); }
H1.HeaderClassName
{
color: #CF2A57;
}
.AnyTagClassName
{
color: #CF2A57;
}
</style>
background-color css
<style>
a { background-color: #CF2A57; }
a { background-color: rgb(207,42,87); }
div.DivClassName
{
background-color: #CF2A57;
}
.BgClassName
{
background-color: #CF2A57;
}
</style>
border-color css
<style>
span { border-color: #CF2A57; }
span { border-color: rgb(207,42,87); }
td.TdClassName
{
border-color: #CF2A57;
}
.TagClassName
{
border-color: #CF2A57;
}
</style>