Shades of Old Rose #C52650
Tints of Old Rose #C52650
RGB
CMYK
RGB Variations
Color information
#C52650 (or 0xC52650) is known color: Old Rose. HEX triplet: C5, 26 and 50. RGB value is (197,38,80). Sum of RGB (Red+Green+Blue) = 197+38+80=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C52650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52650 is #3AD9AF. Grayscale: #5A5A5A. Windows color (decimal): -3856816 or 5252805. OLE color: 5252805.
HSL color Cylindrical-coordinate representation of color #C52650: hue angle of 344.15º 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 #C52650 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 80 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.23 |
| HSL | 344.15º | 0.68% | 0.46% | - |
| HSV(B) | 344.15º | 0.81% | 0.77% | - |
| XYZ | 25.17 | 13.84 | 8.93 | - |
| YUV | 90.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 80 | 0 | 0.81 | 0.59 | 0.23 | 344.15 | 0.68 | 0.46 |
| Hex | C5 | 26 | 50 | 0 | 51 | 3B | 17 | 158 | 44 | 2E |
| Octal | 305 | 46 | 120 | 0 | 121 | 73 | 27 | 530 | 104 | 56 |
| Binary | 11000101 | 100110 | 1010000 | 0 | 1010001 | 111011 | 10111 | 101011000 | 1000100 | 101110 |
Color Harmonies of #C52650
Complementary color
Monochromatic Colors of #C52650
Black with #C52650
Text Example
Text Example
White with #C52650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52650; }
p { color: rgb(197,38,80); }
H1.HeaderClassName
{
color: #C52650;
}
.AnyTagClassName
{
color: #C52650;
}
</style>
background-color css
<style>
a { background-color: #C52650; }
a { background-color: rgb(197,38,80); }
div.DivClassName
{
background-color: #C52650;
}
.BgClassName
{
background-color: #C52650;
}
</style>
border-color css
<style>
span { border-color: #C52650; }
span { border-color: rgb(197,38,80); }
td.TdClassName
{
border-color: #C52650;
}
.TagClassName
{
border-color: #C52650;
}
</style>