Shades of Old Rose #C53D54
Tints of Old Rose #C53D54
RGB
CMYK
RGB Variations
Color information
#C53D54 (or 0xC53D54) is known color: Old Rose. HEX triplet: C5, 3D and 54. RGB value is (197,61,84). Sum of RGB (Red+Green+Blue) = 197+61+84=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D54 is #3AC2AB. Grayscale: #686868. Windows color (decimal): -3850924 or 5520837. OLE color: 5520837.
HSL color Cylindrical-coordinate representation of color #C53D54: hue angle of 349.85º 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 #C53D54 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 84 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.23 |
| HSL | 349.85º | 0.54% | 0.51% | - |
| HSV(B) | 349.85º | 0.69% | 0.77% | - |
| XYZ | 26.29 | 15.85 | 10.06 | - |
| YUV | 104.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 84 | 0 | 0.69 | 0.57 | 0.23 | 349.85 | 0.54 | 0.51 |
| Hex | C5 | 3D | 54 | 0 | 45 | 39 | 17 | 15E | 36 | 33 |
| Octal | 305 | 75 | 124 | 0 | 105 | 71 | 27 | 536 | 66 | 63 |
| Binary | 11000101 | 111101 | 1010100 | 0 | 1000101 | 111001 | 10111 | 101011110 | 110110 | 110011 |
Color Harmonies of #C53D54
Complementary color
Monochromatic Colors of #C53D54
Black with #C53D54
Text Example
Text Example
White with #C53D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D54; }
p { color: rgb(197,61,84); }
H1.HeaderClassName
{
color: #C53D54;
}
.AnyTagClassName
{
color: #C53D54;
}
</style>
background-color css
<style>
a { background-color: #C53D54; }
a { background-color: rgb(197,61,84); }
div.DivClassName
{
background-color: #C53D54;
}
.BgClassName
{
background-color: #C53D54;
}
</style>
border-color css
<style>
span { border-color: #C53D54; }
span { border-color: rgb(197,61,84); }
td.TdClassName
{
border-color: #C53D54;
}
.TagClassName
{
border-color: #C53D54;
}
</style>