Shades of Old Rose #CF3557
Tints of Old Rose #CF3557
RGB
CMYK
RGB Variations
Color information
#CF3557 (or 0xCF3557) is known color: Old Rose. HEX triplet: CF, 35 and 57. RGB value is (207,53,87). Sum of RGB (Red+Green+Blue) = 207+53+87=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3557 is #30CAA8. Grayscale: #666666. Windows color (decimal): -3197609 or 5715407. OLE color: 5715407.
HSL color Cylindrical-coordinate representation of color #CF3557: hue angle of 346.75º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3557 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 87 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.19 |
| HSL | 346.75º | 0.62% | 0.51% | - |
| HSV(B) | 346.75º | 0.74% | 0.81% | - |
| XYZ | 28.73 | 16.5 | 10.69 | - |
| YUV | 102.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 87 | 0 | 0.74 | 0.58 | 0.19 | 346.75 | 0.62 | 0.51 |
| Hex | CF | 35 | 57 | 0 | 4A | 3A | 13 | 15B | 3E | 33 |
| Octal | 317 | 65 | 127 | 0 | 112 | 72 | 23 | 533 | 76 | 63 |
| Binary | 11001111 | 110101 | 1010111 | 0 | 1001010 | 111010 | 10011 | 101011011 | 111110 | 110011 |
Color Harmonies of #CF3557
Complementary color
Monochromatic Colors of #CF3557
Black with #CF3557
Text Example
Text Example
White with #CF3557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3557; }
p { color: rgb(207,53,87); }
H1.HeaderClassName
{
color: #CF3557;
}
.AnyTagClassName
{
color: #CF3557;
}
</style>
background-color css
<style>
a { background-color: #CF3557; }
a { background-color: rgb(207,53,87); }
div.DivClassName
{
background-color: #CF3557;
}
.BgClassName
{
background-color: #CF3557;
}
</style>
border-color css
<style>
span { border-color: #CF3557; }
span { border-color: rgb(207,53,87); }
td.TdClassName
{
border-color: #CF3557;
}
.TagClassName
{
border-color: #CF3557;
}
</style>