Shades of Old Rose #C53755
Tints of Old Rose #C53755
RGB
CMYK
RGB Variations
Color information
#C53755 (or 0xC53755) is known color: Old Rose. HEX triplet: C5, 37 and 55. RGB value is (197,55,85). Sum of RGB (Red+Green+Blue) = 197+55+85=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53755 is #3AC8AA. Grayscale: #646464. Windows color (decimal): -3852459 or 5584837. OLE color: 5584837.
HSL color Cylindrical-coordinate representation of color #C53755: hue angle of 347.32º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53755 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 85 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.23 |
| HSL | 347.32º | 0.56% | 0.49% | - |
| HSV(B) | 347.32º | 0.72% | 0.77% | - |
| XYZ | 26.03 | 15.26 | 10.17 | - |
| YUV | 100.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 85 | 0 | 0.72 | 0.57 | 0.23 | 347.32 | 0.56 | 0.49 |
| Hex | C5 | 37 | 55 | 0 | 48 | 39 | 17 | 15B | 38 | 31 |
| Octal | 305 | 67 | 125 | 0 | 110 | 71 | 27 | 533 | 70 | 61 |
| Binary | 11000101 | 110111 | 1010101 | 0 | 1001000 | 111001 | 10111 | 101011011 | 111000 | 110001 |
Color Harmonies of #C53755
Complementary color
Monochromatic Colors of #C53755
Black with #C53755
Text Example
Text Example
White with #C53755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53755; }
p { color: rgb(197,55,85); }
H1.HeaderClassName
{
color: #C53755;
}
.AnyTagClassName
{
color: #C53755;
}
</style>
background-color css
<style>
a { background-color: #C53755; }
a { background-color: rgb(197,55,85); }
div.DivClassName
{
background-color: #C53755;
}
.BgClassName
{
background-color: #C53755;
}
</style>
border-color css
<style>
span { border-color: #C53755; }
span { border-color: rgb(197,55,85); }
td.TdClassName
{
border-color: #C53755;
}
.TagClassName
{
border-color: #C53755;
}
</style>