Shades of Old Rose #C5394D
Tints of Old Rose #C5394D
RGB
CMYK
RGB Variations
Color information
#C5394D (or 0xC5394D) is known color: Old Rose. HEX triplet: C5, 39 and 4D. RGB value is (197,57,77). Sum of RGB (Red+Green+Blue) = 197+57+77=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5394D is #3AC6B2. Grayscale: #656565. Windows color (decimal): -3851955 or 5061061. OLE color: 5061061.
HSL color Cylindrical-coordinate representation of color #C5394D: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5394D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 77 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.23 |
| HSL | 351.43º | 0.55% | 0.5% | - |
| HSV(B) | 351.43º | 0.71% | 0.77% | - |
| XYZ | 25.83 | 15.33 | 8.62 | - |
| YUV | 101.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 77 | 0 | 0.71 | 0.61 | 0.23 | 351.43 | 0.55 | 0.5 |
| Hex | C5 | 39 | 4D | 0 | 47 | 3D | 17 | 15F | 37 | 32 |
| Octal | 305 | 71 | 115 | 0 | 107 | 75 | 27 | 537 | 67 | 62 |
| Binary | 11000101 | 111001 | 1001101 | 0 | 1000111 | 111101 | 10111 | 101011111 | 110111 | 110010 |
Color Harmonies of #C5394D
Complementary color
Monochromatic Colors of #C5394D
Black with #C5394D
Text Example
Text Example
White with #C5394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5394D; }
p { color: rgb(197,57,77); }
H1.HeaderClassName
{
color: #C5394D;
}
.AnyTagClassName
{
color: #C5394D;
}
</style>
background-color css
<style>
a { background-color: #C5394D; }
a { background-color: rgb(197,57,77); }
div.DivClassName
{
background-color: #C5394D;
}
.BgClassName
{
background-color: #C5394D;
}
</style>
border-color css
<style>
span { border-color: #C5394D; }
span { border-color: rgb(197,57,77); }
td.TdClassName
{
border-color: #C5394D;
}
.TagClassName
{
border-color: #C5394D;
}
</style>