Shades of Old Rose #C52757
Tints of Old Rose #C52757
RGB
CMYK
RGB Variations
Color information
#C52757 (or 0xC52757) is known color: Old Rose. HEX triplet: C5, 27 and 57. RGB value is (197,39,87). Sum of RGB (Red+Green+Blue) = 197+39+87=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C52757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52757 is #3AD8A8. Grayscale: #5B5B5B. Windows color (decimal): -3856553 or 5711813. OLE color: 5711813.
HSL color Cylindrical-coordinate representation of color #C52757: hue angle of 341.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52757 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 87 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.23 |
| HSL | 341.77º | 0.67% | 0.46% | - |
| HSV(B) | 341.77º | 0.8% | 0.77% | - |
| XYZ | 25.47 | 14.01 | 10.38 | - |
| YUV | 91.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 87 | 0 | 0.80 | 0.56 | 0.23 | 341.77 | 0.67 | 0.46 |
| Hex | C5 | 27 | 57 | 0 | 50 | 38 | 17 | 156 | 43 | 2E |
| Octal | 305 | 47 | 127 | 0 | 120 | 70 | 27 | 526 | 103 | 56 |
| Binary | 11000101 | 100111 | 1010111 | 0 | 1010000 | 111000 | 10111 | 101010110 | 1000011 | 101110 |
Color Harmonies of #C52757
Complementary color
Monochromatic Colors of #C52757
Black with #C52757
Text Example
Text Example
White with #C52757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52757; }
p { color: rgb(197,39,87); }
H1.HeaderClassName
{
color: #C52757;
}
.AnyTagClassName
{
color: #C52757;
}
</style>
background-color css
<style>
a { background-color: #C52757; }
a { background-color: rgb(197,39,87); }
div.DivClassName
{
background-color: #C52757;
}
.BgClassName
{
background-color: #C52757;
}
</style>
border-color css
<style>
span { border-color: #C52757; }
span { border-color: rgb(197,39,87); }
td.TdClassName
{
border-color: #C52757;
}
.TagClassName
{
border-color: #C52757;
}
</style>