Shades of Old Rose #C5354B
Tints of Old Rose #C5354B
RGB
CMYK
RGB Variations
Color information
#C5354B (or 0xC5354B) is known color: Old Rose. HEX triplet: C5, 35 and 4B. RGB value is (197,53,75). Sum of RGB (Red+Green+Blue) = 197+53+75=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5354B is #3ACAB4. Grayscale: #626262. Windows color (decimal): -3852981 or 4928965. OLE color: 4928965.
HSL color Cylindrical-coordinate representation of color #C5354B: hue angle of 350.83º 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 #C5354B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 75 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.23 |
| HSL | 350.83º | 0.58% | 0.49% | - |
| HSV(B) | 350.83º | 0.73% | 0.77% | - |
| XYZ | 25.57 | 14.92 | 8.19 | - |
| YUV | 98.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 75 | 0 | 0.73 | 0.62 | 0.23 | 350.83 | 0.58 | 0.49 |
| Hex | C5 | 35 | 4B | 0 | 49 | 3E | 17 | 15F | 3A | 31 |
| Octal | 305 | 65 | 113 | 0 | 111 | 76 | 27 | 537 | 72 | 61 |
| Binary | 11000101 | 110101 | 1001011 | 0 | 1001001 | 111110 | 10111 | 101011111 | 111010 | 110001 |
Color Harmonies of #C5354B
Complementary color
Monochromatic Colors of #C5354B
Black with #C5354B
Text Example
Text Example
White with #C5354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5354B; }
p { color: rgb(197,53,75); }
H1.HeaderClassName
{
color: #C5354B;
}
.AnyTagClassName
{
color: #C5354B;
}
</style>
background-color css
<style>
a { background-color: #C5354B; }
a { background-color: rgb(197,53,75); }
div.DivClassName
{
background-color: #C5354B;
}
.BgClassName
{
background-color: #C5354B;
}
</style>
border-color css
<style>
span { border-color: #C5354B; }
span { border-color: rgb(197,53,75); }
td.TdClassName
{
border-color: #C5354B;
}
.TagClassName
{
border-color: #C5354B;
}
</style>