Shades of Old Rose #CF2253
Tints of Old Rose #CF2253
RGB
CMYK
RGB Variations
Color information
#CF2253 (or 0xCF2253) is known color: Old Rose. HEX triplet: CF, 22 and 53. RGB value is (207,34,83). Sum of RGB (Red+Green+Blue) = 207+34+83=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2253 is #30DDAC. Grayscale: #5B5B5B. Windows color (decimal): -3202477 or 5448399. OLE color: 5448399.
HSL color Cylindrical-coordinate representation of color #CF2253: hue angle of 343.01º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2253 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 83 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.19 |
| HSL | 343.01º | 0.72% | 0.47% | - |
| HSV(B) | 343.01º | 0.84% | 0.81% | - |
| XYZ | 27.87 | 15.03 | 9.62 | - |
| YUV | 91.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 83 | 0 | 0.84 | 0.60 | 0.19 | 343.01 | 0.72 | 0.47 |
| Hex | CF | 22 | 53 | 0 | 54 | 3C | 13 | 157 | 48 | 2F |
| Octal | 317 | 42 | 123 | 0 | 124 | 74 | 23 | 527 | 110 | 57 |
| Binary | 11001111 | 100010 | 1010011 | 0 | 1010100 | 111100 | 10011 | 101010111 | 1001000 | 101111 |
Color Harmonies of #CF2253
Complementary color
Monochromatic Colors of #CF2253
Black with #CF2253
Text Example
Text Example
White with #CF2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2253; }
p { color: rgb(207,34,83); }
H1.HeaderClassName
{
color: #CF2253;
}
.AnyTagClassName
{
color: #CF2253;
}
</style>
background-color css
<style>
a { background-color: #CF2253; }
a { background-color: rgb(207,34,83); }
div.DivClassName
{
background-color: #CF2253;
}
.BgClassName
{
background-color: #CF2253;
}
</style>
border-color css
<style>
span { border-color: #CF2253; }
span { border-color: rgb(207,34,83); }
td.TdClassName
{
border-color: #CF2253;
}
.TagClassName
{
border-color: #CF2253;
}
</style>