Shades of Old Rose #C52C4E
Tints of Old Rose #C52C4E
RGB
CMYK
RGB Variations
Color information
#C52C4E (or 0xC52C4E) is known color: Old Rose. HEX triplet: C5, 2C and 4E. RGB value is (197,44,78). Sum of RGB (Red+Green+Blue) = 197+44+78=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C4E is #3AD3B1. Grayscale: #5D5D5D. Windows color (decimal): -3855282 or 5123269. OLE color: 5123269.
HSL color Cylindrical-coordinate representation of color #C52C4E: hue angle of 346.67º degrees, saturation: 0.63, 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 #C52C4E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 78 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.23 |
| HSL | 346.67º | 0.63% | 0.47% | - |
| HSV(B) | 346.67º | 0.78% | 0.77% | - |
| XYZ | 25.3 | 14.22 | 8.62 | - |
| YUV | 93.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 78 | 0 | 0.78 | 0.60 | 0.23 | 346.67 | 0.63 | 0.47 |
| Hex | C5 | 2C | 4E | 0 | 4E | 3C | 17 | 15B | 3F | 2F |
| Octal | 305 | 54 | 116 | 0 | 116 | 74 | 27 | 533 | 77 | 57 |
| Binary | 11000101 | 101100 | 1001110 | 0 | 1001110 | 111100 | 10111 | 101011011 | 111111 | 101111 |
Color Harmonies of #C52C4E
Complementary color
Monochromatic Colors of #C52C4E
Black with #C52C4E
Text Example
Text Example
White with #C52C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C4E; }
p { color: rgb(197,44,78); }
H1.HeaderClassName
{
color: #C52C4E;
}
.AnyTagClassName
{
color: #C52C4E;
}
</style>
background-color css
<style>
a { background-color: #C52C4E; }
a { background-color: rgb(197,44,78); }
div.DivClassName
{
background-color: #C52C4E;
}
.BgClassName
{
background-color: #C52C4E;
}
</style>
border-color css
<style>
span { border-color: #C52C4E; }
span { border-color: rgb(197,44,78); }
td.TdClassName
{
border-color: #C52C4E;
}
.TagClassName
{
border-color: #C52C4E;
}
</style>