Shades of Old Rose #CF314F
Tints of Old Rose #CF314F
RGB
CMYK
RGB Variations
Color information
#CF314F (or 0xCF314F) is known color: Old Rose. HEX triplet: CF, 31 and 4F. RGB value is (207,49,79). Sum of RGB (Red+Green+Blue) = 207+49+79=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF314F is #30CEB0. Grayscale: #636363. Windows color (decimal): -3198641 or 5190095. OLE color: 5190095.
HSL color Cylindrical-coordinate representation of color #CF314F: hue angle of 348.61º 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 #CF314F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 79 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.19 |
| HSL | 348.61º | 0.62% | 0.5% | - |
| HSV(B) | 348.61º | 0.76% | 0.81% | - |
| XYZ | 28.24 | 16.03 | 9 | - |
| YUV | 99.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 79 | 0 | 0.76 | 0.62 | 0.19 | 348.61 | 0.62 | 0.5 |
| Hex | CF | 31 | 4F | 0 | 4C | 3E | 13 | 15D | 3E | 32 |
| Octal | 317 | 61 | 117 | 0 | 114 | 76 | 23 | 535 | 76 | 62 |
| Binary | 11001111 | 110001 | 1001111 | 0 | 1001100 | 111110 | 10011 | 101011101 | 111110 | 110010 |
Color Harmonies of #CF314F
Complementary color
Monochromatic Colors of #CF314F
Black with #CF314F
Text Example
Text Example
White with #CF314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF314F; }
p { color: rgb(207,49,79); }
H1.HeaderClassName
{
color: #CF314F;
}
.AnyTagClassName
{
color: #CF314F;
}
</style>
background-color css
<style>
a { background-color: #CF314F; }
a { background-color: rgb(207,49,79); }
div.DivClassName
{
background-color: #CF314F;
}
.BgClassName
{
background-color: #CF314F;
}
</style>
border-color css
<style>
span { border-color: #CF314F; }
span { border-color: rgb(207,49,79); }
td.TdClassName
{
border-color: #CF314F;
}
.TagClassName
{
border-color: #CF314F;
}
</style>