Shades of Old Rose #CF2952
Tints of Old Rose #CF2952
RGB
CMYK
RGB Variations
Color information
#CF2952 (or 0xCF2952) is known color: Old Rose. HEX triplet: CF, 29 and 52. RGB value is (207,41,82). Sum of RGB (Red+Green+Blue) = 207+41+82=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2952 is #30D6AD. Grayscale: #5F5F5F. Windows color (decimal): -3200686 or 5384655. OLE color: 5384655.
HSL color Cylindrical-coordinate representation of color #CF2952: hue angle of 345.18º degrees, saturation: 0.67, 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 #CF2952 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 82 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.19 |
| HSL | 345.18º | 0.67% | 0.49% | - |
| HSV(B) | 345.18º | 0.8% | 0.81% | - |
| XYZ | 28.05 | 15.46 | 9.49 | - |
| YUV | 95.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 82 | 0 | 0.80 | 0.60 | 0.19 | 345.18 | 0.67 | 0.49 |
| Hex | CF | 29 | 52 | 0 | 50 | 3C | 13 | 159 | 43 | 31 |
| Octal | 317 | 51 | 122 | 0 | 120 | 74 | 23 | 531 | 103 | 61 |
| Binary | 11001111 | 101001 | 1010010 | 0 | 1010000 | 111100 | 10011 | 101011001 | 1000011 | 110001 |
Color Harmonies of #CF2952
Complementary color
Monochromatic Colors of #CF2952
Black with #CF2952
Text Example
Text Example
White with #CF2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2952; }
p { color: rgb(207,41,82); }
H1.HeaderClassName
{
color: #CF2952;
}
.AnyTagClassName
{
color: #CF2952;
}
</style>
background-color css
<style>
a { background-color: #CF2952; }
a { background-color: rgb(207,41,82); }
div.DivClassName
{
background-color: #CF2952;
}
.BgClassName
{
background-color: #CF2952;
}
</style>
border-color css
<style>
span { border-color: #CF2952; }
span { border-color: rgb(207,41,82); }
td.TdClassName
{
border-color: #CF2952;
}
.TagClassName
{
border-color: #CF2952;
}
</style>