Shades of Old Rose #C53652
Tints of Old Rose #C53652
RGB
CMYK
RGB Variations
Color information
#C53652 (or 0xC53652) is known color: Old Rose. HEX triplet: C5, 36 and 52. RGB value is (197,54,82). Sum of RGB (Red+Green+Blue) = 197+54+82=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C53652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53652 is #3AC9AD. Grayscale: #636363. Windows color (decimal): -3852718 or 5387973. OLE color: 5387973.
HSL color Cylindrical-coordinate representation of color #C53652: hue angle of 348.25º degrees, saturation: 0.57, 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 #C53652 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 82 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.23 |
| HSL | 348.25º | 0.57% | 0.49% | - |
| HSV(B) | 348.25º | 0.73% | 0.77% | - |
| XYZ | 25.87 | 15.12 | 9.54 | - |
| YUV | 99.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 82 | 0 | 0.73 | 0.58 | 0.23 | 348.25 | 0.57 | 0.49 |
| Hex | C5 | 36 | 52 | 0 | 49 | 3A | 17 | 15C | 39 | 31 |
| Octal | 305 | 66 | 122 | 0 | 111 | 72 | 27 | 534 | 71 | 61 |
| Binary | 11000101 | 110110 | 1010010 | 0 | 1001001 | 111010 | 10111 | 101011100 | 111001 | 110001 |
Color Harmonies of #C53652
Complementary color
Monochromatic Colors of #C53652
Black with #C53652
Text Example
Text Example
White with #C53652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53652; }
p { color: rgb(197,54,82); }
H1.HeaderClassName
{
color: #C53652;
}
.AnyTagClassName
{
color: #C53652;
}
</style>
background-color css
<style>
a { background-color: #C53652; }
a { background-color: rgb(197,54,82); }
div.DivClassName
{
background-color: #C53652;
}
.BgClassName
{
background-color: #C53652;
}
</style>
border-color css
<style>
span { border-color: #C53652; }
span { border-color: rgb(197,54,82); }
td.TdClassName
{
border-color: #C53652;
}
.TagClassName
{
border-color: #C53652;
}
</style>