Shades of Old Rose #CF3257
Tints of Old Rose #CF3257
RGB
CMYK
RGB Variations
Color information
#CF3257 (or 0xCF3257) is known color: Old Rose. HEX triplet: CF, 32 and 57. RGB value is (207,50,87). Sum of RGB (Red+Green+Blue) = 207+50+87=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3257 is #30CDA8. Grayscale: #656565. Windows color (decimal): -3198377 or 5714639. OLE color: 5714639.
HSL color Cylindrical-coordinate representation of color #CF3257: hue angle of 345.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3257 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 87 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.19 |
| HSL | 345.86º | 0.62% | 0.5% | - |
| HSV(B) | 345.86º | 0.76% | 0.81% | - |
| XYZ | 28.59 | 16.23 | 10.64 | - |
| YUV | 101.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 87 | 0 | 0.76 | 0.58 | 0.19 | 345.86 | 0.62 | 0.5 |
| Hex | CF | 32 | 57 | 0 | 4C | 3A | 13 | 15A | 3E | 32 |
| Octal | 317 | 62 | 127 | 0 | 114 | 72 | 23 | 532 | 76 | 62 |
| Binary | 11001111 | 110010 | 1010111 | 0 | 1001100 | 111010 | 10011 | 101011010 | 111110 | 110010 |
Color Harmonies of #CF3257
Complementary color
Monochromatic Colors of #CF3257
Black with #CF3257
Text Example
Text Example
White with #CF3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3257; }
p { color: rgb(207,50,87); }
H1.HeaderClassName
{
color: #CF3257;
}
.AnyTagClassName
{
color: #CF3257;
}
</style>
background-color css
<style>
a { background-color: #CF3257; }
a { background-color: rgb(207,50,87); }
div.DivClassName
{
background-color: #CF3257;
}
.BgClassName
{
background-color: #CF3257;
}
</style>
border-color css
<style>
span { border-color: #CF3257; }
span { border-color: rgb(207,50,87); }
td.TdClassName
{
border-color: #CF3257;
}
.TagClassName
{
border-color: #CF3257;
}
</style>