Shades of Old Rose #CF3851
Tints of Old Rose #CF3851
RGB
CMYK
RGB Variations
Color information
#CF3851 (or 0xCF3851) is known color: Old Rose. HEX triplet: CF, 38 and 51. RGB value is (207,56,81). Sum of RGB (Red+Green+Blue) = 207+56+81=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3851 is #30C7AE. Grayscale: #686868. Windows color (decimal): -3196847 or 5322959. OLE color: 5322959.
HSL color Cylindrical-coordinate representation of color #CF3851: hue angle of 350.07º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3851 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 81 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.19 |
| HSL | 350.07º | 0.61% | 0.52% | - |
| HSV(B) | 350.07º | 0.73% | 0.81% | - |
| XYZ | 28.63 | 16.69 | 9.5 | - |
| YUV | 104 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 81 | 0 | 0.73 | 0.61 | 0.19 | 350.07 | 0.61 | 0.52 |
| Hex | CF | 38 | 51 | 0 | 49 | 3D | 13 | 15E | 3D | 34 |
| Octal | 317 | 70 | 121 | 0 | 111 | 75 | 23 | 536 | 75 | 64 |
| Binary | 11001111 | 111000 | 1010001 | 0 | 1001001 | 111101 | 10011 | 101011110 | 111101 | 110100 |
Color Harmonies of #CF3851
Complementary color
Monochromatic Colors of #CF3851
Black with #CF3851
Text Example
Text Example
White with #CF3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3851; }
p { color: rgb(207,56,81); }
H1.HeaderClassName
{
color: #CF3851;
}
.AnyTagClassName
{
color: #CF3851;
}
</style>
background-color css
<style>
a { background-color: #CF3851; }
a { background-color: rgb(207,56,81); }
div.DivClassName
{
background-color: #CF3851;
}
.BgClassName
{
background-color: #CF3851;
}
</style>
border-color css
<style>
span { border-color: #CF3851; }
span { border-color: rgb(207,56,81); }
td.TdClassName
{
border-color: #CF3851;
}
.TagClassName
{
border-color: #CF3851;
}
</style>