Shades of Old Rose #C5255D
Tints of Old Rose #C5255D
RGB
CMYK
RGB Variations
Color information
#C5255D (or 0xC5255D) is known color: Old Rose. HEX triplet: C5, 25 and 5D. RGB value is (197,37,93). Sum of RGB (Red+Green+Blue) = 197+37+93=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5255D is #3ADAA2. Grayscale: #5B5B5B. Windows color (decimal): -3857059 or 6104517. OLE color: 6104517.
HSL color Cylindrical-coordinate representation of color #C5255D: hue angle of 339º 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 #C5255D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 93 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.23 |
| HSL | 339º | 0.68% | 0.46% | - |
| HSV(B) | 339º | 0.81% | 0.77% | - |
| XYZ | 25.66 | 13.98 | 11.7 | - |
| YUV | 91.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 93 | 0 | 0.81 | 0.53 | 0.23 | 339 | 0.68 | 0.46 |
| Hex | C5 | 25 | 5D | 0 | 51 | 35 | 17 | 153 | 44 | 2E |
| Octal | 305 | 45 | 135 | 0 | 121 | 65 | 27 | 523 | 104 | 56 |
| Binary | 11000101 | 100101 | 1011101 | 0 | 1010001 | 110101 | 10111 | 101010011 | 1000100 | 101110 |
Color Harmonies of #C5255D
Complementary color
Monochromatic Colors of #C5255D
Black with #C5255D
Text Example
Text Example
White with #C5255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5255D; }
p { color: rgb(197,37,93); }
H1.HeaderClassName
{
color: #C5255D;
}
.AnyTagClassName
{
color: #C5255D;
}
</style>
background-color css
<style>
a { background-color: #C5255D; }
a { background-color: rgb(197,37,93); }
div.DivClassName
{
background-color: #C5255D;
}
.BgClassName
{
background-color: #C5255D;
}
</style>
border-color css
<style>
span { border-color: #C5255D; }
span { border-color: rgb(197,37,93); }
td.TdClassName
{
border-color: #C5255D;
}
.TagClassName
{
border-color: #C5255D;
}
</style>