Shades of Old Rose #C53461
Tints of Old Rose #C53461
RGB
CMYK
RGB Variations
Color information
#C53461 (or 0xC53461) is known color: Old Rose. HEX triplet: C5, 34 and 61. RGB value is (197,52,97). Sum of RGB (Red+Green+Blue) = 197+52+97=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C53461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53461 is #3ACB9E. Grayscale: #646464. Windows color (decimal): -3853215 or 6370501. OLE color: 6370501.
HSL color Cylindrical-coordinate representation of color #C53461: hue angle of 341.38º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53461 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 97 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.23 |
| HSL | 341.38º | 0.58% | 0.49% | - |
| HSV(B) | 341.38º | 0.74% | 0.77% | - |
| XYZ | 26.41 | 15.19 | 12.85 | - |
| YUV | 100.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 97 | 0 | 0.74 | 0.51 | 0.23 | 341.38 | 0.58 | 0.49 |
| Hex | C5 | 34 | 61 | 0 | 4A | 33 | 17 | 155 | 3A | 31 |
| Octal | 305 | 64 | 141 | 0 | 112 | 63 | 27 | 525 | 72 | 61 |
| Binary | 11000101 | 110100 | 1100001 | 0 | 1001010 | 110011 | 10111 | 101010101 | 111010 | 110001 |
Color Harmonies of #C53461
Complementary color
Monochromatic Colors of #C53461
Black with #C53461
Text Example
Text Example
White with #C53461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53461; }
p { color: rgb(197,52,97); }
H1.HeaderClassName
{
color: #C53461;
}
.AnyTagClassName
{
color: #C53461;
}
</style>
background-color css
<style>
a { background-color: #C53461; }
a { background-color: rgb(197,52,97); }
div.DivClassName
{
background-color: #C53461;
}
.BgClassName
{
background-color: #C53461;
}
</style>
border-color css
<style>
span { border-color: #C53461; }
span { border-color: rgb(197,52,97); }
td.TdClassName
{
border-color: #C53461;
}
.TagClassName
{
border-color: #C53461;
}
</style>