Shades of Old Rose #CF2C57
Tints of Old Rose #CF2C57
RGB
CMYK
RGB Variations
Color information
#CF2C57 (or 0xCF2C57) is known color: Old Rose. HEX triplet: CF, 2C and 57. RGB value is (207,44,87). Sum of RGB (Red+Green+Blue) = 207+44+87=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2C57 is #30D3A8. Grayscale: #616161. Windows color (decimal): -3199913 or 5713103. OLE color: 5713103.
HSL color Cylindrical-coordinate representation of color #CF2C57: hue angle of 344.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C57 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 87 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.19 |
| HSL | 344.17º | 0.65% | 0.49% | - |
| HSV(B) | 344.17º | 0.79% | 0.81% | - |
| XYZ | 28.35 | 15.75 | 10.56 | - |
| YUV | 97.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 87 | 0 | 0.79 | 0.58 | 0.19 | 344.17 | 0.65 | 0.49 |
| Hex | CF | 2C | 57 | 0 | 4F | 3A | 13 | 158 | 41 | 31 |
| Octal | 317 | 54 | 127 | 0 | 117 | 72 | 23 | 530 | 101 | 61 |
| Binary | 11001111 | 101100 | 1010111 | 0 | 1001111 | 111010 | 10011 | 101011000 | 1000001 | 110001 |
Color Harmonies of #CF2C57
Complementary color
Monochromatic Colors of #CF2C57
Black with #CF2C57
Text Example
Text Example
White with #CF2C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C57; }
p { color: rgb(207,44,87); }
H1.HeaderClassName
{
color: #CF2C57;
}
.AnyTagClassName
{
color: #CF2C57;
}
</style>
background-color css
<style>
a { background-color: #CF2C57; }
a { background-color: rgb(207,44,87); }
div.DivClassName
{
background-color: #CF2C57;
}
.BgClassName
{
background-color: #CF2C57;
}
</style>
border-color css
<style>
span { border-color: #CF2C57; }
span { border-color: rgb(207,44,87); }
td.TdClassName
{
border-color: #CF2C57;
}
.TagClassName
{
border-color: #CF2C57;
}
</style>