Shades of Old Rose #CF2256
Tints of Old Rose #CF2256
RGB
CMYK
RGB Variations
Color information
#CF2256 (or 0xCF2256) is known color: Old Rose. HEX triplet: CF, 22 and 56. RGB value is (207,34,86). Sum of RGB (Red+Green+Blue) = 207+34+86=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2256 is #30DDA9. Grayscale: #5B5B5B. Windows color (decimal): -3202474 or 5645007. OLE color: 5645007.
HSL color Cylindrical-coordinate representation of color #CF2256: hue angle of 341.97º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2256 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 86 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.19 |
| HSL | 341.97º | 0.72% | 0.47% | - |
| HSV(B) | 341.97º | 0.84% | 0.81% | - |
| XYZ | 27.98 | 15.08 | 10.24 | - |
| YUV | 91.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 86 | 0 | 0.84 | 0.58 | 0.19 | 341.97 | 0.72 | 0.47 |
| Hex | CF | 22 | 56 | 0 | 54 | 3A | 13 | 156 | 48 | 2F |
| Octal | 317 | 42 | 126 | 0 | 124 | 72 | 23 | 526 | 110 | 57 |
| Binary | 11001111 | 100010 | 1010110 | 0 | 1010100 | 111010 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CF2256
Complementary color
Monochromatic Colors of #CF2256
Black with #CF2256
Text Example
Text Example
White with #CF2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2256; }
p { color: rgb(207,34,86); }
H1.HeaderClassName
{
color: #CF2256;
}
.AnyTagClassName
{
color: #CF2256;
}
</style>
background-color css
<style>
a { background-color: #CF2256; }
a { background-color: rgb(207,34,86); }
div.DivClassName
{
background-color: #CF2256;
}
.BgClassName
{
background-color: #CF2256;
}
</style>
border-color css
<style>
span { border-color: #CF2256; }
span { border-color: rgb(207,34,86); }
td.TdClassName
{
border-color: #CF2256;
}
.TagClassName
{
border-color: #CF2256;
}
</style>