Shades of Old Rose #C51C58
Tints of Old Rose #C51C58
RGB
CMYK
RGB Variations
Color information
#C51C58 (or 0xC51C58) is known color: Old Rose. HEX triplet: C5, 1C and 58. RGB value is (197,28,88). Sum of RGB (Red+Green+Blue) = 197+28+88=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C58 is #3AE3A7. Grayscale: #555555. Windows color (decimal): -3859368 or 5774533. OLE color: 5774533.
HSL color Cylindrical-coordinate representation of color #C51C58: hue angle of 338.7º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C58 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 88 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.23 |
| HSL | 338.7º | 0.75% | 0.44% | - |
| HSV(B) | 338.7º | 0.86% | 0.77% | - |
| XYZ | 25.2 | 13.41 | 10.49 | - |
| YUV | 85.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 88 | 0 | 0.86 | 0.55 | 0.23 | 338.7 | 0.75 | 0.44 |
| Hex | C5 | 1C | 58 | 0 | 56 | 37 | 17 | 153 | 4B | 2C |
| Octal | 305 | 34 | 130 | 0 | 126 | 67 | 27 | 523 | 113 | 54 |
| Binary | 11000101 | 11100 | 1011000 | 0 | 1010110 | 110111 | 10111 | 101010011 | 1001011 | 101100 |
Color Harmonies of #C51C58
Complementary color
Monochromatic Colors of #C51C58
Black with #C51C58
Text Example
Text Example
White with #C51C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C58; }
p { color: rgb(197,28,88); }
H1.HeaderClassName
{
color: #C51C58;
}
.AnyTagClassName
{
color: #C51C58;
}
</style>
background-color css
<style>
a { background-color: #C51C58; }
a { background-color: rgb(197,28,88); }
div.DivClassName
{
background-color: #C51C58;
}
.BgClassName
{
background-color: #C51C58;
}
</style>
border-color css
<style>
span { border-color: #C51C58; }
span { border-color: rgb(197,28,88); }
td.TdClassName
{
border-color: #C51C58;
}
.TagClassName
{
border-color: #C51C58;
}
</style>