Shades of Old Rose #C52553
Tints of Old Rose #C52553
RGB
CMYK
RGB Variations
Color information
#C52553 (or 0xC52553) is known color: Old Rose. HEX triplet: C5, 25 and 53. RGB value is (197,37,83). Sum of RGB (Red+Green+Blue) = 197+37+83=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C52553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52553 is #3ADAAC. Grayscale: #5A5A5A. Windows color (decimal): -3857069 or 5449157. OLE color: 5449157.
HSL color Cylindrical-coordinate representation of color #C52553: hue angle of 342.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52553 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 83 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.23 |
| HSL | 342.75º | 0.68% | 0.46% | - |
| HSV(B) | 342.75º | 0.81% | 0.77% | - |
| XYZ | 25.25 | 13.82 | 9.52 | - |
| YUV | 90.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 83 | 0 | 0.81 | 0.58 | 0.23 | 342.75 | 0.68 | 0.46 |
| Hex | C5 | 25 | 53 | 0 | 51 | 3A | 17 | 157 | 44 | 2E |
| Octal | 305 | 45 | 123 | 0 | 121 | 72 | 27 | 527 | 104 | 56 |
| Binary | 11000101 | 100101 | 1010011 | 0 | 1010001 | 111010 | 10111 | 101010111 | 1000100 | 101110 |
Color Harmonies of #C52553
Complementary color
Monochromatic Colors of #C52553
Black with #C52553
Text Example
Text Example
White with #C52553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52553; }
p { color: rgb(197,37,83); }
H1.HeaderClassName
{
color: #C52553;
}
.AnyTagClassName
{
color: #C52553;
}
</style>
background-color css
<style>
a { background-color: #C52553; }
a { background-color: rgb(197,37,83); }
div.DivClassName
{
background-color: #C52553;
}
.BgClassName
{
background-color: #C52553;
}
</style>
border-color css
<style>
span { border-color: #C52553; }
span { border-color: rgb(197,37,83); }
td.TdClassName
{
border-color: #C52553;
}
.TagClassName
{
border-color: #C52553;
}
</style>