Shades of Old Rose #C5265E
Tints of Old Rose #C5265E
RGB
CMYK
RGB Variations
Color information
#C5265E (or 0xC5265E) is known color: Old Rose. HEX triplet: C5, 26 and 5E. RGB value is (197,38,94). Sum of RGB (Red+Green+Blue) = 197+38+94=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5265E is #3AD9A1. Grayscale: #5B5B5B. Windows color (decimal): -3856802 or 6170309. OLE color: 6170309.
HSL color Cylindrical-coordinate representation of color #C5265E: hue angle of 338.87º 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 #C5265E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 94 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.23 |
| HSL | 338.87º | 0.68% | 0.46% | - |
| HSV(B) | 338.87º | 0.81% | 0.77% | - |
| XYZ | 25.74 | 14.06 | 11.95 | - |
| YUV | 91.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 94 | 0 | 0.81 | 0.52 | 0.23 | 338.87 | 0.68 | 0.46 |
| Hex | C5 | 26 | 5E | 0 | 51 | 34 | 17 | 153 | 44 | 2E |
| Octal | 305 | 46 | 136 | 0 | 121 | 64 | 27 | 523 | 104 | 56 |
| Binary | 11000101 | 100110 | 1011110 | 0 | 1010001 | 110100 | 10111 | 101010011 | 1000100 | 101110 |
Color Harmonies of #C5265E
Complementary color
Monochromatic Colors of #C5265E
Black with #C5265E
Text Example
Text Example
White with #C5265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5265E; }
p { color: rgb(197,38,94); }
H1.HeaderClassName
{
color: #C5265E;
}
.AnyTagClassName
{
color: #C5265E;
}
</style>
background-color css
<style>
a { background-color: #C5265E; }
a { background-color: rgb(197,38,94); }
div.DivClassName
{
background-color: #C5265E;
}
.BgClassName
{
background-color: #C5265E;
}
</style>
border-color css
<style>
span { border-color: #C5265E; }
span { border-color: rgb(197,38,94); }
td.TdClassName
{
border-color: #C5265E;
}
.TagClassName
{
border-color: #C5265E;
}
</style>