Shades of Old Rose #CF2257
Tints of Old Rose #CF2257
RGB
CMYK
RGB Variations
Color information
#CF2257 (or 0xCF2257) is known color: Old Rose. HEX triplet: CF, 22 and 57. RGB value is (207,34,87). Sum of RGB (Red+Green+Blue) = 207+34+87=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2257 is #30DDA8. Grayscale: #5B5B5B. Windows color (decimal): -3202473 or 5710543. OLE color: 5710543.
HSL color Cylindrical-coordinate representation of color #CF2257: hue angle of 341.62º 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 #CF2257 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 87 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.19 |
| HSL | 341.62º | 0.72% | 0.47% | - |
| HSV(B) | 341.62º | 0.84% | 0.81% | - |
| XYZ | 28.02 | 15.1 | 10.45 | - |
| YUV | 91.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 87 | 0 | 0.84 | 0.58 | 0.19 | 341.62 | 0.72 | 0.47 |
| Hex | CF | 22 | 57 | 0 | 54 | 3A | 13 | 156 | 48 | 2F |
| Octal | 317 | 42 | 127 | 0 | 124 | 72 | 23 | 526 | 110 | 57 |
| Binary | 11001111 | 100010 | 1010111 | 0 | 1010100 | 111010 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CF2257
Complementary color
Monochromatic Colors of #CF2257
Black with #CF2257
Text Example
Text Example
White with #CF2257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2257; }
p { color: rgb(207,34,87); }
H1.HeaderClassName
{
color: #CF2257;
}
.AnyTagClassName
{
color: #CF2257;
}
</style>
background-color css
<style>
a { background-color: #CF2257; }
a { background-color: rgb(207,34,87); }
div.DivClassName
{
background-color: #CF2257;
}
.BgClassName
{
background-color: #CF2257;
}
</style>
border-color css
<style>
span { border-color: #CF2257; }
span { border-color: rgb(207,34,87); }
td.TdClassName
{
border-color: #CF2257;
}
.TagClassName
{
border-color: #CF2257;
}
</style>