Shades of Old Rose #C5265D
Tints of Old Rose #C5265D
RGB
CMYK
RGB Variations
Color information
#C5265D (or 0xC5265D) is known color: Old Rose. HEX triplet: C5, 26 and 5D. RGB value is (197,38,93). Sum of RGB (Red+Green+Blue) = 197+38+93=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5265D is #3AD9A2. Grayscale: #5B5B5B. Windows color (decimal): -3856803 or 6104773. OLE color: 6104773.
HSL color Cylindrical-coordinate representation of color #C5265D: hue angle of 339.25º 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 #C5265D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 93 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.23 |
| HSL | 339.25º | 0.68% | 0.46% | - |
| HSV(B) | 339.25º | 0.81% | 0.77% | - |
| XYZ | 25.69 | 14.05 | 11.71 | - |
| YUV | 91.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 93 | 0 | 0.81 | 0.53 | 0.23 | 339.25 | 0.68 | 0.46 |
| Hex | C5 | 26 | 5D | 0 | 51 | 35 | 17 | 153 | 44 | 2E |
| Octal | 305 | 46 | 135 | 0 | 121 | 65 | 27 | 523 | 104 | 56 |
| Binary | 11000101 | 100110 | 1011101 | 0 | 1010001 | 110101 | 10111 | 101010011 | 1000100 | 101110 |
Color Harmonies of #C5265D
Complementary color
Monochromatic Colors of #C5265D
Black with #C5265D
Text Example
Text Example
White with #C5265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5265D; }
p { color: rgb(197,38,93); }
H1.HeaderClassName
{
color: #C5265D;
}
.AnyTagClassName
{
color: #C5265D;
}
</style>
background-color css
<style>
a { background-color: #C5265D; }
a { background-color: rgb(197,38,93); }
div.DivClassName
{
background-color: #C5265D;
}
.BgClassName
{
background-color: #C5265D;
}
</style>
border-color css
<style>
span { border-color: #C5265D; }
span { border-color: rgb(197,38,93); }
td.TdClassName
{
border-color: #C5265D;
}
.TagClassName
{
border-color: #C5265D;
}
</style>