Shades of Old Rose #CF3254
Tints of Old Rose #CF3254
RGB
CMYK
RGB Variations
Color information
#CF3254 (or 0xCF3254) is known color: Old Rose. HEX triplet: CF, 32 and 54. RGB value is (207,50,84). Sum of RGB (Red+Green+Blue) = 207+50+84=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3254 is #30CDAB. Grayscale: #646464. Windows color (decimal): -3198380 or 5518031. OLE color: 5518031.
HSL color Cylindrical-coordinate representation of color #CF3254: hue angle of 347.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3254 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 84 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.19 |
| HSL | 347.01º | 0.62% | 0.5% | - |
| HSV(B) | 347.01º | 0.76% | 0.81% | - |
| XYZ | 28.47 | 16.19 | 10.01 | - |
| YUV | 100.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 84 | 0 | 0.76 | 0.59 | 0.19 | 347.01 | 0.62 | 0.5 |
| Hex | CF | 32 | 54 | 0 | 4C | 3B | 13 | 15B | 3E | 32 |
| Octal | 317 | 62 | 124 | 0 | 114 | 73 | 23 | 533 | 76 | 62 |
| Binary | 11001111 | 110010 | 1010100 | 0 | 1001100 | 111011 | 10011 | 101011011 | 111110 | 110010 |
Color Harmonies of #CF3254
Complementary color
Monochromatic Colors of #CF3254
Black with #CF3254
Text Example
Text Example
White with #CF3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3254; }
p { color: rgb(207,50,84); }
H1.HeaderClassName
{
color: #CF3254;
}
.AnyTagClassName
{
color: #CF3254;
}
</style>
background-color css
<style>
a { background-color: #CF3254; }
a { background-color: rgb(207,50,84); }
div.DivClassName
{
background-color: #CF3254;
}
.BgClassName
{
background-color: #CF3254;
}
</style>
border-color css
<style>
span { border-color: #CF3254; }
span { border-color: rgb(207,50,84); }
td.TdClassName
{
border-color: #CF3254;
}
.TagClassName
{
border-color: #CF3254;
}
</style>