Shades of Old Rose #C5364D
Tints of Old Rose #C5364D
RGB
CMYK
RGB Variations
Color information
#C5364D (or 0xC5364D) is known color: Old Rose. HEX triplet: C5, 36 and 4D. RGB value is (197,54,77). Sum of RGB (Red+Green+Blue) = 197+54+77=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5364D is #3AC9B2. Grayscale: #636363. Windows color (decimal): -3852723 or 5060293. OLE color: 5060293.
HSL color Cylindrical-coordinate representation of color #C5364D: hue angle of 350.35º 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 #C5364D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 77 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.23 |
| HSL | 350.35º | 0.57% | 0.49% | - |
| HSV(B) | 350.35º | 0.73% | 0.77% | - |
| XYZ | 25.68 | 15.04 | 8.57 | - |
| YUV | 99.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 77 | 0 | 0.73 | 0.61 | 0.23 | 350.35 | 0.57 | 0.49 |
| Hex | C5 | 36 | 4D | 0 | 49 | 3D | 17 | 15E | 39 | 31 |
| Octal | 305 | 66 | 115 | 0 | 111 | 75 | 27 | 536 | 71 | 61 |
| Binary | 11000101 | 110110 | 1001101 | 0 | 1001001 | 111101 | 10111 | 101011110 | 111001 | 110001 |
Color Harmonies of #C5364D
Complementary color
Monochromatic Colors of #C5364D
Black with #C5364D
Text Example
Text Example
White with #C5364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5364D; }
p { color: rgb(197,54,77); }
H1.HeaderClassName
{
color: #C5364D;
}
.AnyTagClassName
{
color: #C5364D;
}
</style>
background-color css
<style>
a { background-color: #C5364D; }
a { background-color: rgb(197,54,77); }
div.DivClassName
{
background-color: #C5364D;
}
.BgClassName
{
background-color: #C5364D;
}
</style>
border-color css
<style>
span { border-color: #C5364D; }
span { border-color: rgb(197,54,77); }
td.TdClassName
{
border-color: #C5364D;
}
.TagClassName
{
border-color: #C5364D;
}
</style>