Shades of Old Rose #C53D4D
Tints of Old Rose #C53D4D
RGB
CMYK
RGB Variations
Color information
#C53D4D (or 0xC53D4D) is known color: Old Rose. HEX triplet: C5, 3D and 4D. RGB value is (197,61,77). Sum of RGB (Red+Green+Blue) = 197+61+77=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D4D is #3AC2B2. Grayscale: #676767. Windows color (decimal): -3850931 or 5062085. OLE color: 5062085.
HSL color Cylindrical-coordinate representation of color #C53D4D: hue angle of 352.94º 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 #C53D4D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 77 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.23 |
| HSL | 352.94º | 0.54% | 0.51% | - |
| HSV(B) | 352.94º | 0.69% | 0.77% | - |
| XYZ | 26.03 | 15.74 | 8.69 | - |
| YUV | 103.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 77 | 0 | 0.69 | 0.61 | 0.23 | 352.94 | 0.54 | 0.51 |
| Hex | C5 | 3D | 4D | 0 | 45 | 3D | 17 | 161 | 36 | 33 |
| Octal | 305 | 75 | 115 | 0 | 105 | 75 | 27 | 541 | 66 | 63 |
| Binary | 11000101 | 111101 | 1001101 | 0 | 1000101 | 111101 | 10111 | 101100001 | 110110 | 110011 |
Color Harmonies of #C53D4D
Complementary color
Monochromatic Colors of #C53D4D
Black with #C53D4D
Text Example
Text Example
White with #C53D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D4D; }
p { color: rgb(197,61,77); }
H1.HeaderClassName
{
color: #C53D4D;
}
.AnyTagClassName
{
color: #C53D4D;
}
</style>
background-color css
<style>
a { background-color: #C53D4D; }
a { background-color: rgb(197,61,77); }
div.DivClassName
{
background-color: #C53D4D;
}
.BgClassName
{
background-color: #C53D4D;
}
</style>
border-color css
<style>
span { border-color: #C53D4D; }
span { border-color: rgb(197,61,77); }
td.TdClassName
{
border-color: #C53D4D;
}
.TagClassName
{
border-color: #C53D4D;
}
</style>