Shades of Old Rose #C52D58
Tints of Old Rose #C52D58
RGB
CMYK
RGB Variations
Color information
#C52D58 (or 0xC52D58) is known color: Old Rose. HEX triplet: C5, 2D and 58. RGB value is (197,45,88). Sum of RGB (Red+Green+Blue) = 197+45+88=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52D58 is #3AD2A7. Grayscale: #5F5F5F. Windows color (decimal): -3855016 or 5778885. OLE color: 5778885.
HSL color Cylindrical-coordinate representation of color #C52D58: hue angle of 343.03º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D58 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 88 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.23 |
| HSL | 343.03º | 0.63% | 0.47% | - |
| HSV(B) | 343.03º | 0.77% | 0.77% | - |
| XYZ | 25.73 | 14.45 | 10.67 | - |
| YUV | 95.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 88 | 0 | 0.77 | 0.55 | 0.23 | 343.03 | 0.63 | 0.47 |
| Hex | C5 | 2D | 58 | 0 | 4D | 37 | 17 | 157 | 3F | 2F |
| Octal | 305 | 55 | 130 | 0 | 115 | 67 | 27 | 527 | 77 | 57 |
| Binary | 11000101 | 101101 | 1011000 | 0 | 1001101 | 110111 | 10111 | 101010111 | 111111 | 101111 |
Color Harmonies of #C52D58
Complementary color
Monochromatic Colors of #C52D58
Black with #C52D58
Text Example
Text Example
White with #C52D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D58; }
p { color: rgb(197,45,88); }
H1.HeaderClassName
{
color: #C52D58;
}
.AnyTagClassName
{
color: #C52D58;
}
</style>
background-color css
<style>
a { background-color: #C52D58; }
a { background-color: rgb(197,45,88); }
div.DivClassName
{
background-color: #C52D58;
}
.BgClassName
{
background-color: #C52D58;
}
</style>
border-color css
<style>
span { border-color: #C52D58; }
span { border-color: rgb(197,45,88); }
td.TdClassName
{
border-color: #C52D58;
}
.TagClassName
{
border-color: #C52D58;
}
</style>