Shades of Old Rose #C51F4E
Tints of Old Rose #C51F4E
RGB
CMYK
RGB Variations
Color information
#C51F4E (or 0xC51F4E) is known color: Old Rose. HEX triplet: C5, 1F and 4E. RGB value is (197,31,78). Sum of RGB (Red+Green+Blue) = 197+31+78=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F4E is #3AE0B1. Grayscale: #555555. Windows color (decimal): -3858610 or 5119941. OLE color: 5119941.
HSL color Cylindrical-coordinate representation of color #C51F4E: hue angle of 343.01º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F4E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 78 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.23 |
| HSL | 343.01º | 0.73% | 0.45% | - |
| HSV(B) | 343.01º | 0.84% | 0.77% | - |
| XYZ | 24.89 | 13.4 | 8.48 | - |
| YUV | 85.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 78 | 0 | 0.84 | 0.60 | 0.23 | 343.01 | 0.73 | 0.45 |
| Hex | C5 | 1F | 4E | 0 | 54 | 3C | 17 | 157 | 49 | 2D |
| Octal | 305 | 37 | 116 | 0 | 124 | 74 | 27 | 527 | 111 | 55 |
| Binary | 11000101 | 11111 | 1001110 | 0 | 1010100 | 111100 | 10111 | 101010111 | 1001001 | 101101 |
Color Harmonies of #C51F4E
Complementary color
Monochromatic Colors of #C51F4E
Black with #C51F4E
Text Example
Text Example
White with #C51F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F4E; }
p { color: rgb(197,31,78); }
H1.HeaderClassName
{
color: #C51F4E;
}
.AnyTagClassName
{
color: #C51F4E;
}
</style>
background-color css
<style>
a { background-color: #C51F4E; }
a { background-color: rgb(197,31,78); }
div.DivClassName
{
background-color: #C51F4E;
}
.BgClassName
{
background-color: #C51F4E;
}
</style>
border-color css
<style>
span { border-color: #C51F4E; }
span { border-color: rgb(197,31,78); }
td.TdClassName
{
border-color: #C51F4E;
}
.TagClassName
{
border-color: #C51F4E;
}
</style>