Shades of Old Rose #C5304D
Tints of Old Rose #C5304D
RGB
CMYK
RGB Variations
Color information
#C5304D (or 0xC5304D) is known color: Old Rose. HEX triplet: C5, 30 and 4D. RGB value is (197,48,77). Sum of RGB (Red+Green+Blue) = 197+48+77=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5304D is #3ACFB2. Grayscale: #5F5F5F. Windows color (decimal): -3854259 or 5058757. OLE color: 5058757.
HSL color Cylindrical-coordinate representation of color #C5304D: hue angle of 348.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5304D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 77 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.23 |
| HSL | 348.32º | 0.61% | 0.48% | - |
| HSV(B) | 348.32º | 0.76% | 0.77% | - |
| XYZ | 25.42 | 14.52 | 8.48 | - |
| YUV | 95.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 77 | 0 | 0.76 | 0.61 | 0.23 | 348.32 | 0.61 | 0.48 |
| Hex | C5 | 30 | 4D | 0 | 4C | 3D | 17 | 15C | 3D | 30 |
| Octal | 305 | 60 | 115 | 0 | 114 | 75 | 27 | 534 | 75 | 60 |
| Binary | 11000101 | 110000 | 1001101 | 0 | 1001100 | 111101 | 10111 | 101011100 | 111101 | 110000 |
Color Harmonies of #C5304D
Complementary color
Monochromatic Colors of #C5304D
Black with #C5304D
Text Example
Text Example
White with #C5304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5304D; }
p { color: rgb(197,48,77); }
H1.HeaderClassName
{
color: #C5304D;
}
.AnyTagClassName
{
color: #C5304D;
}
</style>
background-color css
<style>
a { background-color: #C5304D; }
a { background-color: rgb(197,48,77); }
div.DivClassName
{
background-color: #C5304D;
}
.BgClassName
{
background-color: #C5304D;
}
</style>
border-color css
<style>
span { border-color: #C5304D; }
span { border-color: rgb(197,48,77); }
td.TdClassName
{
border-color: #C5304D;
}
.TagClassName
{
border-color: #C5304D;
}
</style>