Shades of Old Rose #CF2752
Tints of Old Rose #CF2752
RGB
CMYK
RGB Variations
Color information
#CF2752 (or 0xCF2752) is known color: Old Rose. HEX triplet: CF, 27 and 52. RGB value is (207,39,82). Sum of RGB (Red+Green+Blue) = 207+39+82=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2752 is #30D8AD. Grayscale: #5E5E5E. Windows color (decimal): -3201198 or 5384143. OLE color: 5384143.
HSL color Cylindrical-coordinate representation of color #CF2752: hue angle of 344.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2752 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 82 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.19 |
| HSL | 344.64º | 0.68% | 0.48% | - |
| HSV(B) | 344.64º | 0.81% | 0.81% | - |
| XYZ | 27.98 | 15.33 | 9.47 | - |
| YUV | 94.13 | 121.16 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 82 | 0 | 0.81 | 0.60 | 0.19 | 344.64 | 0.68 | 0.48 |
| Hex | CF | 27 | 52 | 0 | 51 | 3C | 13 | 159 | 44 | 30 |
| Octal | 317 | 47 | 122 | 0 | 121 | 74 | 23 | 531 | 104 | 60 |
| Binary | 11001111 | 100111 | 1010010 | 0 | 1010001 | 111100 | 10011 | 101011001 | 1000100 | 110000 |
Color Harmonies of #CF2752
Complementary color
Monochromatic Colors of #CF2752
Black with #CF2752
Text Example
Text Example
White with #CF2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2752; }
p { color: rgb(207,39,82); }
H1.HeaderClassName
{
color: #CF2752;
}
.AnyTagClassName
{
color: #CF2752;
}
</style>
background-color css
<style>
a { background-color: #CF2752; }
a { background-color: rgb(207,39,82); }
div.DivClassName
{
background-color: #CF2752;
}
.BgClassName
{
background-color: #CF2752;
}
</style>
border-color css
<style>
span { border-color: #CF2752; }
span { border-color: rgb(207,39,82); }
td.TdClassName
{
border-color: #CF2752;
}
.TagClassName
{
border-color: #CF2752;
}
</style>