Shades of Old Rose #C5264E
Tints of Old Rose #C5264E
RGB
CMYK
RGB Variations
Color information
#C5264E (or 0xC5264E) is known color: Old Rose. HEX triplet: C5, 26 and 4E. RGB value is (197,38,78). Sum of RGB (Red+Green+Blue) = 197+38+78=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5264E is #3AD9B1. Grayscale: #5A5A5A. Windows color (decimal): -3856818 or 5121733. OLE color: 5121733.
HSL color Cylindrical-coordinate representation of color #C5264E: hue angle of 344.91º 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 #C5264E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 78 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.23 |
| HSL | 344.91º | 0.68% | 0.46% | - |
| HSV(B) | 344.91º | 0.81% | 0.77% | - |
| XYZ | 25.09 | 13.81 | 8.55 | - |
| YUV | 90.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 78 | 0 | 0.81 | 0.60 | 0.23 | 344.91 | 0.68 | 0.46 |
| Hex | C5 | 26 | 4E | 0 | 51 | 3C | 17 | 159 | 44 | 2E |
| Octal | 305 | 46 | 116 | 0 | 121 | 74 | 27 | 531 | 104 | 56 |
| Binary | 11000101 | 100110 | 1001110 | 0 | 1010001 | 111100 | 10111 | 101011001 | 1000100 | 101110 |
Color Harmonies of #C5264E
Complementary color
Monochromatic Colors of #C5264E
Black with #C5264E
Text Example
Text Example
White with #C5264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5264E; }
p { color: rgb(197,38,78); }
H1.HeaderClassName
{
color: #C5264E;
}
.AnyTagClassName
{
color: #C5264E;
}
</style>
background-color css
<style>
a { background-color: #C5264E; }
a { background-color: rgb(197,38,78); }
div.DivClassName
{
background-color: #C5264E;
}
.BgClassName
{
background-color: #C5264E;
}
</style>
border-color css
<style>
span { border-color: #C5264E; }
span { border-color: rgb(197,38,78); }
td.TdClassName
{
border-color: #C5264E;
}
.TagClassName
{
border-color: #C5264E;
}
</style>