Shades of Old Rose #C53361
Tints of Old Rose #C53361
RGB
CMYK
RGB Variations
Color information
#C53361 (or 0xC53361) is known color: Old Rose. HEX triplet: C5, 33 and 61. RGB value is (197,51,97). Sum of RGB (Red+Green+Blue) = 197+51+97=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C53361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53361 is #3ACC9E. Grayscale: #636363. Windows color (decimal): -3853471 or 6370245. OLE color: 6370245.
HSL color Cylindrical-coordinate representation of color #C53361: hue angle of 341.1º degrees, saturation: 0.59, 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 #C53361 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 97 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.23 |
| HSL | 341.1º | 0.59% | 0.49% | - |
| HSV(B) | 341.1º | 0.74% | 0.77% | - |
| XYZ | 26.37 | 15.1 | 12.83 | - |
| YUV | 99.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 97 | 0 | 0.74 | 0.51 | 0.23 | 341.1 | 0.59 | 0.49 |
| Hex | C5 | 33 | 61 | 0 | 4A | 33 | 17 | 155 | 3B | 31 |
| Octal | 305 | 63 | 141 | 0 | 112 | 63 | 27 | 525 | 73 | 61 |
| Binary | 11000101 | 110011 | 1100001 | 0 | 1001010 | 110011 | 10111 | 101010101 | 111011 | 110001 |
Color Harmonies of #C53361
Complementary color
Monochromatic Colors of #C53361
Black with #C53361
Text Example
Text Example
White with #C53361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53361; }
p { color: rgb(197,51,97); }
H1.HeaderClassName
{
color: #C53361;
}
.AnyTagClassName
{
color: #C53361;
}
</style>
background-color css
<style>
a { background-color: #C53361; }
a { background-color: rgb(197,51,97); }
div.DivClassName
{
background-color: #C53361;
}
.BgClassName
{
background-color: #C53361;
}
</style>
border-color css
<style>
span { border-color: #C53361; }
span { border-color: rgb(197,51,97); }
td.TdClassName
{
border-color: #C53361;
}
.TagClassName
{
border-color: #C53361;
}
</style>