Shades of Old Rose #CF2A52
Tints of Old Rose #CF2A52
RGB
CMYK
RGB Variations
Color information
#CF2A52 (or 0xCF2A52) is known color: Old Rose. HEX triplet: CF, 2A and 52. RGB value is (207,42,82). Sum of RGB (Red+Green+Blue) = 207+42+82=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A52 is #30D5AD. Grayscale: #5F5F5F. Windows color (decimal): -3200430 or 5384911. OLE color: 5384911.
HSL color Cylindrical-coordinate representation of color #CF2A52: hue angle of 345.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A52 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 82 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.19 |
| HSL | 345.45º | 0.66% | 0.49% | - |
| HSV(B) | 345.45º | 0.8% | 0.81% | - |
| XYZ | 28.08 | 15.53 | 9.5 | - |
| YUV | 95.9 | 120.16 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 82 | 0 | 0.80 | 0.60 | 0.19 | 345.45 | 0.66 | 0.49 |
| Hex | CF | 2A | 52 | 0 | 50 | 3C | 13 | 159 | 42 | 31 |
| Octal | 317 | 52 | 122 | 0 | 120 | 74 | 23 | 531 | 102 | 61 |
| Binary | 11001111 | 101010 | 1010010 | 0 | 1010000 | 111100 | 10011 | 101011001 | 1000010 | 110001 |
Color Harmonies of #CF2A52
Complementary color
Monochromatic Colors of #CF2A52
Black with #CF2A52
Text Example
Text Example
White with #CF2A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A52; }
p { color: rgb(207,42,82); }
H1.HeaderClassName
{
color: #CF2A52;
}
.AnyTagClassName
{
color: #CF2A52;
}
</style>
background-color css
<style>
a { background-color: #CF2A52; }
a { background-color: rgb(207,42,82); }
div.DivClassName
{
background-color: #CF2A52;
}
.BgClassName
{
background-color: #CF2A52;
}
</style>
border-color css
<style>
span { border-color: #CF2A52; }
span { border-color: rgb(207,42,82); }
td.TdClassName
{
border-color: #CF2A52;
}
.TagClassName
{
border-color: #CF2A52;
}
</style>