Shades of Old Rose #C5404D
Tints of Old Rose #C5404D
RGB
CMYK
RGB Variations
Color information
#C5404D (or 0xC5404D) is known color: Old Rose. HEX triplet: C5, 40 and 4D. RGB value is (197,64,77). Sum of RGB (Red+Green+Blue) = 197+64+77=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5404D is #3ABFB2. Grayscale: #696969. Windows color (decimal): -3850163 or 5062853. OLE color: 5062853.
HSL color Cylindrical-coordinate representation of color #C5404D: hue angle of 354.14º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5404D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.23 |
| HSL | 354.14º | 0.53% | 0.51% | - |
| HSV(B) | 354.14º | 0.68% | 0.77% | - |
| XYZ | 26.2 | 16.07 | 8.74 | - |
| YUV | 105.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 77 | 0 | 0.68 | 0.61 | 0.23 | 354.14 | 0.53 | 0.51 |
| Hex | C5 | 40 | 4D | 0 | 44 | 3D | 17 | 162 | 35 | 33 |
| Octal | 305 | 100 | 115 | 0 | 104 | 75 | 27 | 542 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1001101 | 0 | 1000100 | 111101 | 10111 | 101100010 | 110101 | 110011 |
Color Harmonies of #C5404D
Complementary color
Monochromatic Colors of #C5404D
Black with #C5404D
Text Example
Text Example
White with #C5404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5404D; }
p { color: rgb(197,64,77); }
H1.HeaderClassName
{
color: #C5404D;
}
.AnyTagClassName
{
color: #C5404D;
}
</style>
background-color css
<style>
a { background-color: #C5404D; }
a { background-color: rgb(197,64,77); }
div.DivClassName
{
background-color: #C5404D;
}
.BgClassName
{
background-color: #C5404D;
}
</style>
border-color css
<style>
span { border-color: #C5404D; }
span { border-color: rgb(197,64,77); }
td.TdClassName
{
border-color: #C5404D;
}
.TagClassName
{
border-color: #C5404D;
}
</style>