Shades of Old Rose #C5285B
Tints of Old Rose #C5285B
RGB
CMYK
RGB Variations
Color information
#C5285B (or 0xC5285B) is known color: Old Rose. HEX triplet: C5, 28 and 5B. RGB value is (197,40,91). Sum of RGB (Red+Green+Blue) = 197+40+91=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5285B is #3AD7A4. Grayscale: #5C5C5C. Windows color (decimal): -3856293 or 5974213. OLE color: 5974213.
HSL color Cylindrical-coordinate representation of color #C5285B: hue angle of 340.51º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5285B is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 91 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.23 |
| HSL | 340.51º | 0.66% | 0.46% | - |
| HSV(B) | 340.51º | 0.8% | 0.77% | - |
| XYZ | 25.67 | 14.14 | 11.27 | - |
| YUV | 92.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 91 | 0 | 0.80 | 0.54 | 0.23 | 340.51 | 0.66 | 0.46 |
| Hex | C5 | 28 | 5B | 0 | 50 | 36 | 17 | 155 | 42 | 2E |
| Octal | 305 | 50 | 133 | 0 | 120 | 66 | 27 | 525 | 102 | 56 |
| Binary | 11000101 | 101000 | 1011011 | 0 | 1010000 | 110110 | 10111 | 101010101 | 1000010 | 101110 |
Color Harmonies of #C5285B
Complementary color
Monochromatic Colors of #C5285B
Black with #C5285B
Text Example
Text Example
White with #C5285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5285B; }
p { color: rgb(197,40,91); }
H1.HeaderClassName
{
color: #C5285B;
}
.AnyTagClassName
{
color: #C5285B;
}
</style>
background-color css
<style>
a { background-color: #C5285B; }
a { background-color: rgb(197,40,91); }
div.DivClassName
{
background-color: #C5285B;
}
.BgClassName
{
background-color: #C5285B;
}
</style>
border-color css
<style>
span { border-color: #C5285B; }
span { border-color: rgb(197,40,91); }
td.TdClassName
{
border-color: #C5285B;
}
.TagClassName
{
border-color: #C5285B;
}
</style>