Shades of Old Rose #C53955
Tints of Old Rose #C53955
RGB
CMYK
RGB Variations
Color information
#C53955 (or 0xC53955) is known color: Old Rose. HEX triplet: C5, 39 and 55. RGB value is (197,57,85). Sum of RGB (Red+Green+Blue) = 197+57+85=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53955 is #3AC6AA. Grayscale: #666666. Windows color (decimal): -3851947 or 5585349. OLE color: 5585349.
HSL color Cylindrical-coordinate representation of color #C53955: hue angle of 348º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53955 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 85 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.23 |
| HSL | 348º | 0.55% | 0.5% | - |
| HSV(B) | 348º | 0.71% | 0.77% | - |
| XYZ | 26.13 | 15.45 | 10.2 | - |
| YUV | 102.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 85 | 0 | 0.71 | 0.57 | 0.23 | 348 | 0.55 | 0.5 |
| Hex | C5 | 39 | 55 | 0 | 47 | 39 | 17 | 15C | 37 | 32 |
| Octal | 305 | 71 | 125 | 0 | 107 | 71 | 27 | 534 | 67 | 62 |
| Binary | 11000101 | 111001 | 1010101 | 0 | 1000111 | 111001 | 10111 | 101011100 | 110111 | 110010 |
Color Harmonies of #C53955
Complementary color
Monochromatic Colors of #C53955
Black with #C53955
Text Example
Text Example
White with #C53955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53955; }
p { color: rgb(197,57,85); }
H1.HeaderClassName
{
color: #C53955;
}
.AnyTagClassName
{
color: #C53955;
}
</style>
background-color css
<style>
a { background-color: #C53955; }
a { background-color: rgb(197,57,85); }
div.DivClassName
{
background-color: #C53955;
}
.BgClassName
{
background-color: #C53955;
}
</style>
border-color css
<style>
span { border-color: #C53955; }
span { border-color: rgb(197,57,85); }
td.TdClassName
{
border-color: #C53955;
}
.TagClassName
{
border-color: #C53955;
}
</style>