Shades of Old Rose #C5325B
Tints of Old Rose #C5325B
RGB
CMYK
RGB Variations
Color information
#C5325B (or 0xC5325B) is known color: Old Rose. HEX triplet: C5, 32 and 5B. RGB value is (197,50,91). Sum of RGB (Red+Green+Blue) = 197+50+91=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5325B is #3ACDA4. Grayscale: #626262. Windows color (decimal): -3853733 or 5976773. OLE color: 5976773.
HSL color Cylindrical-coordinate representation of color #C5325B: hue angle of 343.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5325B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 91 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.23 |
| HSL | 343.27º | 0.6% | 0.48% | - |
| HSV(B) | 343.27º | 0.75% | 0.77% | - |
| XYZ | 26.05 | 14.91 | 11.4 | - |
| YUV | 98.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 91 | 0 | 0.75 | 0.54 | 0.23 | 343.27 | 0.6 | 0.48 |
| Hex | C5 | 32 | 5B | 0 | 4B | 36 | 17 | 157 | 3C | 30 |
| Octal | 305 | 62 | 133 | 0 | 113 | 66 | 27 | 527 | 74 | 60 |
| Binary | 11000101 | 110010 | 1011011 | 0 | 1001011 | 110110 | 10111 | 101010111 | 111100 | 110000 |
Color Harmonies of #C5325B
Complementary color
Monochromatic Colors of #C5325B
Black with #C5325B
Text Example
Text Example
White with #C5325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5325B; }
p { color: rgb(197,50,91); }
H1.HeaderClassName
{
color: #C5325B;
}
.AnyTagClassName
{
color: #C5325B;
}
</style>
background-color css
<style>
a { background-color: #C5325B; }
a { background-color: rgb(197,50,91); }
div.DivClassName
{
background-color: #C5325B;
}
.BgClassName
{
background-color: #C5325B;
}
</style>
border-color css
<style>
span { border-color: #C5325B; }
span { border-color: rgb(197,50,91); }
td.TdClassName
{
border-color: #C5325B;
}
.TagClassName
{
border-color: #C5325B;
}
</style>