Shades of Old Rose #CF3052
Tints of Old Rose #CF3052
RGB
CMYK
RGB Variations
Color information
#CF3052 (or 0xCF3052) is known color: Old Rose. HEX triplet: CF, 30 and 52. RGB value is (207,48,82). Sum of RGB (Red+Green+Blue) = 207+48+82=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3052 is #30CFAD. Grayscale: #636363. Windows color (decimal): -3198894 or 5386447. OLE color: 5386447.
HSL color Cylindrical-coordinate representation of color #CF3052: hue angle of 347.17º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3052 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 82 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.19 |
| HSL | 347.17º | 0.62% | 0.5% | - |
| HSV(B) | 347.17º | 0.77% | 0.81% | - |
| XYZ | 28.31 | 15.99 | 9.58 | - |
| YUV | 99.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 82 | 0 | 0.77 | 0.60 | 0.19 | 347.17 | 0.62 | 0.5 |
| Hex | CF | 30 | 52 | 0 | 4D | 3C | 13 | 15B | 3E | 32 |
| Octal | 317 | 60 | 122 | 0 | 115 | 74 | 23 | 533 | 76 | 62 |
| Binary | 11001111 | 110000 | 1010010 | 0 | 1001101 | 111100 | 10011 | 101011011 | 111110 | 110010 |
Color Harmonies of #CF3052
Complementary color
Monochromatic Colors of #CF3052
Black with #CF3052
Text Example
Text Example
White with #CF3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3052; }
p { color: rgb(207,48,82); }
H1.HeaderClassName
{
color: #CF3052;
}
.AnyTagClassName
{
color: #CF3052;
}
</style>
background-color css
<style>
a { background-color: #CF3052; }
a { background-color: rgb(207,48,82); }
div.DivClassName
{
background-color: #CF3052;
}
.BgClassName
{
background-color: #CF3052;
}
</style>
border-color css
<style>
span { border-color: #CF3052; }
span { border-color: rgb(207,48,82); }
td.TdClassName
{
border-color: #CF3052;
}
.TagClassName
{
border-color: #CF3052;
}
</style>