Shades of Old Rose #C5314D
Tints of Old Rose #C5314D
RGB
CMYK
RGB Variations
Color information
#C5314D (or 0xC5314D) is known color: Old Rose. HEX triplet: C5, 31 and 4D. RGB value is (197,49,77). Sum of RGB (Red+Green+Blue) = 197+49+77=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5314D is #3ACEB2. Grayscale: #606060. Windows color (decimal): -3854003 or 5059013. OLE color: 5059013.
HSL color Cylindrical-coordinate representation of color #C5314D: hue angle of 348.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5314D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 77 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.23 |
| HSL | 348.65º | 0.6% | 0.48% | - |
| HSV(B) | 348.65º | 0.75% | 0.77% | - |
| XYZ | 25.46 | 14.6 | 8.5 | - |
| YUV | 96.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 77 | 0 | 0.75 | 0.61 | 0.23 | 348.65 | 0.6 | 0.48 |
| Hex | C5 | 31 | 4D | 0 | 4B | 3D | 17 | 15D | 3C | 30 |
| Octal | 305 | 61 | 115 | 0 | 113 | 75 | 27 | 535 | 74 | 60 |
| Binary | 11000101 | 110001 | 1001101 | 0 | 1001011 | 111101 | 10111 | 101011101 | 111100 | 110000 |
Color Harmonies of #C5314D
Complementary color
Monochromatic Colors of #C5314D
Black with #C5314D
Text Example
Text Example
White with #C5314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5314D; }
p { color: rgb(197,49,77); }
H1.HeaderClassName
{
color: #C5314D;
}
.AnyTagClassName
{
color: #C5314D;
}
</style>
background-color css
<style>
a { background-color: #C5314D; }
a { background-color: rgb(197,49,77); }
div.DivClassName
{
background-color: #C5314D;
}
.BgClassName
{
background-color: #C5314D;
}
</style>
border-color css
<style>
span { border-color: #C5314D; }
span { border-color: rgb(197,49,77); }
td.TdClassName
{
border-color: #C5314D;
}
.TagClassName
{
border-color: #C5314D;
}
</style>