Shades of Old Rose #C5354D
Tints of Old Rose #C5354D
RGB
CMYK
RGB Variations
Color information
#C5354D (or 0xC5354D) is known color: Old Rose. HEX triplet: C5, 35 and 4D. RGB value is (197,53,77). Sum of RGB (Red+Green+Blue) = 197+53+77=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5354D is #3ACAB2. Grayscale: #626262. Windows color (decimal): -3852979 or 5060037. OLE color: 5060037.
HSL color Cylindrical-coordinate representation of color #C5354D: hue angle of 350º degrees, saturation: 0.58, 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 #C5354D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 77 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.23 |
| HSL | 350º | 0.58% | 0.49% | - |
| HSV(B) | 350º | 0.73% | 0.77% | - |
| XYZ | 25.64 | 14.95 | 8.56 | - |
| YUV | 98.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 77 | 0 | 0.73 | 0.61 | 0.23 | 350 | 0.58 | 0.49 |
| Hex | C5 | 35 | 4D | 0 | 49 | 3D | 17 | 15E | 3A | 31 |
| Octal | 305 | 65 | 115 | 0 | 111 | 75 | 27 | 536 | 72 | 61 |
| Binary | 11000101 | 110101 | 1001101 | 0 | 1001001 | 111101 | 10111 | 101011110 | 111010 | 110001 |
Color Harmonies of #C5354D
Complementary color
Monochromatic Colors of #C5354D
Black with #C5354D
Text Example
Text Example
White with #C5354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5354D; }
p { color: rgb(197,53,77); }
H1.HeaderClassName
{
color: #C5354D;
}
.AnyTagClassName
{
color: #C5354D;
}
</style>
background-color css
<style>
a { background-color: #C5354D; }
a { background-color: rgb(197,53,77); }
div.DivClassName
{
background-color: #C5354D;
}
.BgClassName
{
background-color: #C5354D;
}
</style>
border-color css
<style>
span { border-color: #C5354D; }
span { border-color: rgb(197,53,77); }
td.TdClassName
{
border-color: #C5354D;
}
.TagClassName
{
border-color: #C5354D;
}
</style>