Shades of Old Rose #CF3457
Tints of Old Rose #CF3457
RGB
CMYK
RGB Variations
Color information
#CF3457 (or 0xCF3457) is known color: Old Rose. HEX triplet: CF, 34 and 57. RGB value is (207,52,87). Sum of RGB (Red+Green+Blue) = 207+52+87=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3457 is #30CBA8. Grayscale: #666666. Windows color (decimal): -3197865 or 5715151. OLE color: 5715151.
HSL color Cylindrical-coordinate representation of color #CF3457: hue angle of 346.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3457 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 87 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.19 |
| HSL | 346.45º | 0.62% | 0.51% | - |
| HSV(B) | 346.45º | 0.75% | 0.81% | - |
| XYZ | 28.68 | 16.41 | 10.67 | - |
| YUV | 102.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 87 | 0 | 0.75 | 0.58 | 0.19 | 346.45 | 0.62 | 0.51 |
| Hex | CF | 34 | 57 | 0 | 4B | 3A | 13 | 15A | 3E | 33 |
| Octal | 317 | 64 | 127 | 0 | 113 | 72 | 23 | 532 | 76 | 63 |
| Binary | 11001111 | 110100 | 1010111 | 0 | 1001011 | 111010 | 10011 | 101011010 | 111110 | 110011 |
Color Harmonies of #CF3457
Complementary color
Monochromatic Colors of #CF3457
Black with #CF3457
Text Example
Text Example
White with #CF3457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3457; }
p { color: rgb(207,52,87); }
H1.HeaderClassName
{
color: #CF3457;
}
.AnyTagClassName
{
color: #CF3457;
}
</style>
background-color css
<style>
a { background-color: #CF3457; }
a { background-color: rgb(207,52,87); }
div.DivClassName
{
background-color: #CF3457;
}
.BgClassName
{
background-color: #CF3457;
}
</style>
border-color css
<style>
span { border-color: #CF3457; }
span { border-color: rgb(207,52,87); }
td.TdClassName
{
border-color: #CF3457;
}
.TagClassName
{
border-color: #CF3457;
}
</style>