Shades of Old Rose #C52B54
Tints of Old Rose #C52B54
RGB
CMYK
RGB Variations
Color information
#C52B54 (or 0xC52B54) is known color: Old Rose. HEX triplet: C5, 2B and 54. RGB value is (197,43,84). Sum of RGB (Red+Green+Blue) = 197+43+84=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52B54 is #3AD4AB. Grayscale: #5D5D5D. Windows color (decimal): -3855532 or 5516229. OLE color: 5516229.
HSL color Cylindrical-coordinate representation of color #C52B54: hue angle of 344.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52B54 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 84 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.23 |
| HSL | 344.03º | 0.64% | 0.47% | - |
| HSV(B) | 344.03º | 0.78% | 0.77% | - |
| XYZ | 25.49 | 14.24 | 9.79 | - |
| YUV | 93.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 84 | 0 | 0.78 | 0.57 | 0.23 | 344.03 | 0.64 | 0.47 |
| Hex | C5 | 2B | 54 | 0 | 4E | 39 | 17 | 158 | 40 | 2F |
| Octal | 305 | 53 | 124 | 0 | 116 | 71 | 27 | 530 | 100 | 57 |
| Binary | 11000101 | 101011 | 1010100 | 0 | 1001110 | 111001 | 10111 | 101011000 | 1000000 | 101111 |
Color Harmonies of #C52B54
Complementary color
Monochromatic Colors of #C52B54
Black with #C52B54
Text Example
Text Example
White with #C52B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B54; }
p { color: rgb(197,43,84); }
H1.HeaderClassName
{
color: #C52B54;
}
.AnyTagClassName
{
color: #C52B54;
}
</style>
background-color css
<style>
a { background-color: #C52B54; }
a { background-color: rgb(197,43,84); }
div.DivClassName
{
background-color: #C52B54;
}
.BgClassName
{
background-color: #C52B54;
}
</style>
border-color css
<style>
span { border-color: #C52B54; }
span { border-color: rgb(197,43,84); }
td.TdClassName
{
border-color: #C52B54;
}
.TagClassName
{
border-color: #C52B54;
}
</style>