Shades of Old Rose #C5374D
Tints of Old Rose #C5374D
RGB
CMYK
RGB Variations
Color information
#C5374D (or 0xC5374D) is known color: Old Rose. HEX triplet: C5, 37 and 4D. RGB value is (197,55,77). Sum of RGB (Red+Green+Blue) = 197+55+77=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5374D is #3AC8B2. Grayscale: #646464. Windows color (decimal): -3852467 or 5060549. OLE color: 5060549.
HSL color Cylindrical-coordinate representation of color #C5374D: hue angle of 350.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5374D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 77 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.23 |
| HSL | 350.7º | 0.56% | 0.49% | - |
| HSV(B) | 350.7º | 0.72% | 0.77% | - |
| XYZ | 25.73 | 15.14 | 8.59 | - |
| YUV | 99.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 77 | 0 | 0.72 | 0.61 | 0.23 | 350.7 | 0.56 | 0.49 |
| Hex | C5 | 37 | 4D | 0 | 48 | 3D | 17 | 15F | 38 | 31 |
| Octal | 305 | 67 | 115 | 0 | 110 | 75 | 27 | 537 | 70 | 61 |
| Binary | 11000101 | 110111 | 1001101 | 0 | 1001000 | 111101 | 10111 | 101011111 | 111000 | 110001 |
Color Harmonies of #C5374D
Complementary color
Monochromatic Colors of #C5374D
Black with #C5374D
Text Example
Text Example
White with #C5374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5374D; }
p { color: rgb(197,55,77); }
H1.HeaderClassName
{
color: #C5374D;
}
.AnyTagClassName
{
color: #C5374D;
}
</style>
background-color css
<style>
a { background-color: #C5374D; }
a { background-color: rgb(197,55,77); }
div.DivClassName
{
background-color: #C5374D;
}
.BgClassName
{
background-color: #C5374D;
}
</style>
border-color css
<style>
span { border-color: #C5374D; }
span { border-color: rgb(197,55,77); }
td.TdClassName
{
border-color: #C5374D;
}
.TagClassName
{
border-color: #C5374D;
}
</style>