Shades of Old Rose #C52652
Tints of Old Rose #C52652
RGB
CMYK
RGB Variations
Color information
#C52652 (or 0xC52652) is known color: Old Rose. HEX triplet: C5, 26 and 52. RGB value is (197,38,82). Sum of RGB (Red+Green+Blue) = 197+38+82=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C52652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52652 is #3AD9AD. Grayscale: #5A5A5A. Windows color (decimal): -3856814 or 5383877. OLE color: 5383877.
HSL color Cylindrical-coordinate representation of color #C52652: hue angle of 343.4º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52652 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 82 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.23 |
| HSL | 343.4º | 0.68% | 0.46% | - |
| HSV(B) | 343.4º | 0.81% | 0.77% | - |
| XYZ | 25.24 | 13.87 | 9.33 | - |
| YUV | 90.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 82 | 0 | 0.81 | 0.58 | 0.23 | 343.4 | 0.68 | 0.46 |
| Hex | C5 | 26 | 52 | 0 | 51 | 3A | 17 | 157 | 44 | 2E |
| Octal | 305 | 46 | 122 | 0 | 121 | 72 | 27 | 527 | 104 | 56 |
| Binary | 11000101 | 100110 | 1010010 | 0 | 1010001 | 111010 | 10111 | 101010111 | 1000100 | 101110 |
Color Harmonies of #C52652
Complementary color
Monochromatic Colors of #C52652
Black with #C52652
Text Example
Text Example
White with #C52652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52652; }
p { color: rgb(197,38,82); }
H1.HeaderClassName
{
color: #C52652;
}
.AnyTagClassName
{
color: #C52652;
}
</style>
background-color css
<style>
a { background-color: #C52652; }
a { background-color: rgb(197,38,82); }
div.DivClassName
{
background-color: #C52652;
}
.BgClassName
{
background-color: #C52652;
}
</style>
border-color css
<style>
span { border-color: #C52652; }
span { border-color: rgb(197,38,82); }
td.TdClassName
{
border-color: #C52652;
}
.TagClassName
{
border-color: #C52652;
}
</style>