Shades of Old Rose #C52B4D
Tints of Old Rose #C52B4D
RGB
CMYK
RGB Variations
Color information
#C52B4D (or 0xC52B4D) is known color: Old Rose. HEX triplet: C5, 2B and 4D. RGB value is (197,43,77). Sum of RGB (Red+Green+Blue) = 197+43+77=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52B4D is #3AD4B2. Grayscale: #5C5C5C. Windows color (decimal): -3855539 or 5057477. OLE color: 5057477.
HSL color Cylindrical-coordinate representation of color #C52B4D: hue angle of 346.75º 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 #C52B4D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 77 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.23 |
| HSL | 346.75º | 0.64% | 0.47% | - |
| HSV(B) | 346.75º | 0.78% | 0.77% | - |
| XYZ | 25.23 | 14.13 | 8.42 | - |
| YUV | 92.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 77 | 0 | 0.78 | 0.61 | 0.23 | 346.75 | 0.64 | 0.47 |
| Hex | C5 | 2B | 4D | 0 | 4E | 3D | 17 | 15B | 40 | 2F |
| Octal | 305 | 53 | 115 | 0 | 116 | 75 | 27 | 533 | 100 | 57 |
| Binary | 11000101 | 101011 | 1001101 | 0 | 1001110 | 111101 | 10111 | 101011011 | 1000000 | 101111 |
Color Harmonies of #C52B4D
Complementary color
Monochromatic Colors of #C52B4D
Black with #C52B4D
Text Example
Text Example
White with #C52B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B4D; }
p { color: rgb(197,43,77); }
H1.HeaderClassName
{
color: #C52B4D;
}
.AnyTagClassName
{
color: #C52B4D;
}
</style>
background-color css
<style>
a { background-color: #C52B4D; }
a { background-color: rgb(197,43,77); }
div.DivClassName
{
background-color: #C52B4D;
}
.BgClassName
{
background-color: #C52B4D;
}
</style>
border-color css
<style>
span { border-color: #C52B4D; }
span { border-color: rgb(197,43,77); }
td.TdClassName
{
border-color: #C52B4D;
}
.TagClassName
{
border-color: #C52B4D;
}
</style>