Shades of Old Rose #C5324D
Tints of Old Rose #C5324D
RGB
CMYK
RGB Variations
Color information
#C5324D (or 0xC5324D) is known color: Old Rose. HEX triplet: C5, 32 and 4D. RGB value is (197,50,77). Sum of RGB (Red+Green+Blue) = 197+50+77=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5324D is #3ACDB2. Grayscale: #616161. Windows color (decimal): -3853747 or 5059269. OLE color: 5059269.
HSL color Cylindrical-coordinate representation of color #C5324D: hue angle of 348.98º 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 #C5324D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 77 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.23 |
| HSL | 348.98º | 0.6% | 0.48% | - |
| HSV(B) | 348.98º | 0.75% | 0.77% | - |
| XYZ | 25.51 | 14.69 | 8.51 | - |
| YUV | 97.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 77 | 0 | 0.75 | 0.61 | 0.23 | 348.98 | 0.6 | 0.48 |
| Hex | C5 | 32 | 4D | 0 | 4B | 3D | 17 | 15D | 3C | 30 |
| Octal | 305 | 62 | 115 | 0 | 113 | 75 | 27 | 535 | 74 | 60 |
| Binary | 11000101 | 110010 | 1001101 | 0 | 1001011 | 111101 | 10111 | 101011101 | 111100 | 110000 |
Color Harmonies of #C5324D
Complementary color
Monochromatic Colors of #C5324D
Black with #C5324D
Text Example
Text Example
White with #C5324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5324D; }
p { color: rgb(197,50,77); }
H1.HeaderClassName
{
color: #C5324D;
}
.AnyTagClassName
{
color: #C5324D;
}
</style>
background-color css
<style>
a { background-color: #C5324D; }
a { background-color: rgb(197,50,77); }
div.DivClassName
{
background-color: #C5324D;
}
.BgClassName
{
background-color: #C5324D;
}
</style>
border-color css
<style>
span { border-color: #C5324D; }
span { border-color: rgb(197,50,77); }
td.TdClassName
{
border-color: #C5324D;
}
.TagClassName
{
border-color: #C5324D;
}
</style>