Shades of Old Rose #C5364E
Tints of Old Rose #C5364E
RGB
CMYK
RGB Variations
Color information
#C5364E (or 0xC5364E) is known color: Old Rose. HEX triplet: C5, 36 and 4E. RGB value is (197,54,78). Sum of RGB (Red+Green+Blue) = 197+54+78=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5364E is #3AC9B1. Grayscale: #636363. Windows color (decimal): -3852722 or 5125829. OLE color: 5125829.
HSL color Cylindrical-coordinate representation of color #C5364E: hue angle of 349.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5364E is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 78 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.23 |
| HSL | 349.93º | 0.57% | 0.49% | - |
| HSV(B) | 349.93º | 0.73% | 0.77% | - |
| XYZ | 25.72 | 15.06 | 8.76 | - |
| YUV | 99.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 78 | 0 | 0.73 | 0.60 | 0.23 | 349.93 | 0.57 | 0.49 |
| Hex | C5 | 36 | 4E | 0 | 49 | 3C | 17 | 15E | 39 | 31 |
| Octal | 305 | 66 | 116 | 0 | 111 | 74 | 27 | 536 | 71 | 61 |
| Binary | 11000101 | 110110 | 1001110 | 0 | 1001001 | 111100 | 10111 | 101011110 | 111001 | 110001 |
Color Harmonies of #C5364E
Complementary color
Monochromatic Colors of #C5364E
Black with #C5364E
Text Example
Text Example
White with #C5364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5364E; }
p { color: rgb(197,54,78); }
H1.HeaderClassName
{
color: #C5364E;
}
.AnyTagClassName
{
color: #C5364E;
}
</style>
background-color css
<style>
a { background-color: #C5364E; }
a { background-color: rgb(197,54,78); }
div.DivClassName
{
background-color: #C5364E;
}
.BgClassName
{
background-color: #C5364E;
}
</style>
border-color css
<style>
span { border-color: #C5364E; }
span { border-color: rgb(197,54,78); }
td.TdClassName
{
border-color: #C5364E;
}
.TagClassName
{
border-color: #C5364E;
}
</style>