Shades of Old Rose #CF2450
Tints of Old Rose #CF2450
RGB
CMYK
RGB Variations
Color information
#CF2450 (or 0xCF2450) is known color: Old Rose. HEX triplet: CF, 24 and 50. RGB value is (207,36,80). Sum of RGB (Red+Green+Blue) = 207+36+80=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2450 is #30DBAF. Grayscale: #5C5C5C. Windows color (decimal): -3201968 or 5252303. OLE color: 5252303.
HSL color Cylindrical-coordinate representation of color #CF2450: hue angle of 344.56º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2450 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 80 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.19 |
| HSL | 344.56º | 0.7% | 0.48% | - |
| HSV(B) | 344.56º | 0.83% | 0.81% | - |
| XYZ | 27.81 | 15.11 | 9.04 | - |
| YUV | 92.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 80 | 0 | 0.83 | 0.61 | 0.19 | 344.56 | 0.7 | 0.48 |
| Hex | CF | 24 | 50 | 0 | 53 | 3D | 13 | 159 | 46 | 30 |
| Octal | 317 | 44 | 120 | 0 | 123 | 75 | 23 | 531 | 106 | 60 |
| Binary | 11001111 | 100100 | 1010000 | 0 | 1010011 | 111101 | 10011 | 101011001 | 1000110 | 110000 |
Color Harmonies of #CF2450
Complementary color
Monochromatic Colors of #CF2450
Black with #CF2450
Text Example
Text Example
White with #CF2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2450; }
p { color: rgb(207,36,80); }
H1.HeaderClassName
{
color: #CF2450;
}
.AnyTagClassName
{
color: #CF2450;
}
</style>
background-color css
<style>
a { background-color: #CF2450; }
a { background-color: rgb(207,36,80); }
div.DivClassName
{
background-color: #CF2450;
}
.BgClassName
{
background-color: #CF2450;
}
</style>
border-color css
<style>
span { border-color: #CF2450; }
span { border-color: rgb(207,36,80); }
td.TdClassName
{
border-color: #CF2450;
}
.TagClassName
{
border-color: #CF2450;
}
</style>