Shades of Old Rose #CF2053
Tints of Old Rose #CF2053
RGB
CMYK
RGB Variations
Color information
#CF2053 (or 0xCF2053) is known color: Old Rose. HEX triplet: CF, 20 and 53. RGB value is (207,32,83). Sum of RGB (Red+Green+Blue) = 207+32+83=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2053 is #30DFAC. Grayscale: #5A5A5A. Windows color (decimal): -3202989 or 5447887. OLE color: 5447887.
HSL color Cylindrical-coordinate representation of color #CF2053: hue angle of 342.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2053 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 83 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.19 |
| HSL | 342.51º | 0.73% | 0.47% | - |
| HSV(B) | 342.51º | 0.85% | 0.81% | - |
| XYZ | 27.81 | 14.92 | 9.6 | - |
| YUV | 90.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 83 | 0 | 0.85 | 0.60 | 0.19 | 342.51 | 0.73 | 0.47 |
| Hex | CF | 20 | 53 | 0 | 55 | 3C | 13 | 157 | 49 | 2F |
| Octal | 317 | 40 | 123 | 0 | 125 | 74 | 23 | 527 | 111 | 57 |
| Binary | 11001111 | 100000 | 1010011 | 0 | 1010101 | 111100 | 10011 | 101010111 | 1001001 | 101111 |
Color Harmonies of #CF2053
Complementary color
Monochromatic Colors of #CF2053
Black with #CF2053
Text Example
Text Example
White with #CF2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2053; }
p { color: rgb(207,32,83); }
H1.HeaderClassName
{
color: #CF2053;
}
.AnyTagClassName
{
color: #CF2053;
}
</style>
background-color css
<style>
a { background-color: #CF2053; }
a { background-color: rgb(207,32,83); }
div.DivClassName
{
background-color: #CF2053;
}
.BgClassName
{
background-color: #CF2053;
}
</style>
border-color css
<style>
span { border-color: #CF2053; }
span { border-color: rgb(207,32,83); }
td.TdClassName
{
border-color: #CF2053;
}
.TagClassName
{
border-color: #CF2053;
}
</style>