Shades of Old Rose #CF2757
Tints of Old Rose #CF2757
RGB
CMYK
RGB Variations
Color information
#CF2757 (or 0xCF2757) is known color: Old Rose. HEX triplet: CF, 27 and 57. RGB value is (207,39,87). Sum of RGB (Red+Green+Blue) = 207+39+87=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2757 is #30D8A8. Grayscale: #5E5E5E. Windows color (decimal): -3201193 or 5711823. OLE color: 5711823.
HSL color Cylindrical-coordinate representation of color #CF2757: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2757 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 87 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.19 |
| HSL | 342.86º | 0.68% | 0.48% | - |
| HSV(B) | 342.86º | 0.81% | 0.81% | - |
| XYZ | 28.18 | 15.4 | 10.51 | - |
| YUV | 94.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 87 | 0 | 0.81 | 0.58 | 0.19 | 342.86 | 0.68 | 0.48 |
| Hex | CF | 27 | 57 | 0 | 51 | 3A | 13 | 157 | 44 | 30 |
| Octal | 317 | 47 | 127 | 0 | 121 | 72 | 23 | 527 | 104 | 60 |
| Binary | 11001111 | 100111 | 1010111 | 0 | 1010001 | 111010 | 10011 | 101010111 | 1000100 | 110000 |
Color Harmonies of #CF2757
Complementary color
Monochromatic Colors of #CF2757
Black with #CF2757
Text Example
Text Example
White with #CF2757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2757; }
p { color: rgb(207,39,87); }
H1.HeaderClassName
{
color: #CF2757;
}
.AnyTagClassName
{
color: #CF2757;
}
</style>
background-color css
<style>
a { background-color: #CF2757; }
a { background-color: rgb(207,39,87); }
div.DivClassName
{
background-color: #CF2757;
}
.BgClassName
{
background-color: #CF2757;
}
</style>
border-color css
<style>
span { border-color: #CF2757; }
span { border-color: rgb(207,39,87); }
td.TdClassName
{
border-color: #CF2757;
}
.TagClassName
{
border-color: #CF2757;
}
</style>