Shades of Old Rose #CF2056
Tints of Old Rose #CF2056
RGB
CMYK
RGB Variations
Color information
#CF2056 (or 0xCF2056) is known color: Old Rose. HEX triplet: CF, 20 and 56. RGB value is (207,32,86). Sum of RGB (Red+Green+Blue) = 207+32+86=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2056 is #30DFA9. Grayscale: #5A5A5A. Windows color (decimal): -3202986 or 5644495. OLE color: 5644495.
HSL color Cylindrical-coordinate representation of color #CF2056: hue angle of 341.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2056 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 86 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.19 |
| HSL | 341.49º | 0.73% | 0.47% | - |
| HSV(B) | 341.49º | 0.85% | 0.81% | - |
| XYZ | 27.93 | 14.97 | 10.22 | - |
| YUV | 90.48 | 125.48 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 86 | 0 | 0.85 | 0.58 | 0.19 | 341.49 | 0.73 | 0.47 |
| Hex | CF | 20 | 56 | 0 | 55 | 3A | 13 | 155 | 49 | 2F |
| Octal | 317 | 40 | 126 | 0 | 125 | 72 | 23 | 525 | 111 | 57 |
| Binary | 11001111 | 100000 | 1010110 | 0 | 1010101 | 111010 | 10011 | 101010101 | 1001001 | 101111 |
Color Harmonies of #CF2056
Complementary color
Monochromatic Colors of #CF2056
Black with #CF2056
Text Example
Text Example
White with #CF2056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2056; }
p { color: rgb(207,32,86); }
H1.HeaderClassName
{
color: #CF2056;
}
.AnyTagClassName
{
color: #CF2056;
}
</style>
background-color css
<style>
a { background-color: #CF2056; }
a { background-color: rgb(207,32,86); }
div.DivClassName
{
background-color: #CF2056;
}
.BgClassName
{
background-color: #CF2056;
}
</style>
border-color css
<style>
span { border-color: #CF2056; }
span { border-color: rgb(207,32,86); }
td.TdClassName
{
border-color: #CF2056;
}
.TagClassName
{
border-color: #CF2056;
}
</style>