Shades of Old Rose #C53D55
Tints of Old Rose #C53D55
RGB
CMYK
RGB Variations
Color information
#C53D55 (or 0xC53D55) is known color: Old Rose. HEX triplet: C5, 3D and 55. RGB value is (197,61,85). Sum of RGB (Red+Green+Blue) = 197+61+85=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D55 is #3AC2AA. Grayscale: #686868. Windows color (decimal): -3850923 or 5586373. OLE color: 5586373.
HSL color Cylindrical-coordinate representation of color #C53D55: hue angle of 349.41º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D55 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 85 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.23 |
| HSL | 349.41º | 0.54% | 0.51% | - |
| HSV(B) | 349.41º | 0.69% | 0.77% | - |
| XYZ | 26.33 | 15.86 | 10.27 | - |
| YUV | 104.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 85 | 0 | 0.69 | 0.57 | 0.23 | 349.41 | 0.54 | 0.51 |
| Hex | C5 | 3D | 55 | 0 | 45 | 39 | 17 | 15D | 36 | 33 |
| Octal | 305 | 75 | 125 | 0 | 105 | 71 | 27 | 535 | 66 | 63 |
| Binary | 11000101 | 111101 | 1010101 | 0 | 1000101 | 111001 | 10111 | 101011101 | 110110 | 110011 |
Color Harmonies of #C53D55
Complementary color
Monochromatic Colors of #C53D55
Black with #C53D55
Text Example
Text Example
White with #C53D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D55; }
p { color: rgb(197,61,85); }
H1.HeaderClassName
{
color: #C53D55;
}
.AnyTagClassName
{
color: #C53D55;
}
</style>
background-color css
<style>
a { background-color: #C53D55; }
a { background-color: rgb(197,61,85); }
div.DivClassName
{
background-color: #C53D55;
}
.BgClassName
{
background-color: #C53D55;
}
</style>
border-color css
<style>
span { border-color: #C53D55; }
span { border-color: rgb(197,61,85); }
td.TdClassName
{
border-color: #C53D55;
}
.TagClassName
{
border-color: #C53D55;
}
</style>