Shades of Old Rose #C5325C
Tints of Old Rose #C5325C
RGB
CMYK
RGB Variations
Color information
#C5325C (or 0xC5325C) is known color: Old Rose. HEX triplet: C5, 32 and 5C. RGB value is (197,50,92). Sum of RGB (Red+Green+Blue) = 197+50+92=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5325C is #3ACDA3. Grayscale: #626262. Windows color (decimal): -3853732 or 6042309. OLE color: 6042309.
HSL color Cylindrical-coordinate representation of color #C5325C: hue angle of 342.86º 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 #C5325C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 92 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.23 |
| HSL | 342.86º | 0.6% | 0.48% | - |
| HSV(B) | 342.86º | 0.75% | 0.77% | - |
| XYZ | 26.1 | 14.92 | 11.63 | - |
| YUV | 98.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 92 | 0 | 0.75 | 0.53 | 0.23 | 342.86 | 0.6 | 0.48 |
| Hex | C5 | 32 | 5C | 0 | 4B | 35 | 17 | 157 | 3C | 30 |
| Octal | 305 | 62 | 134 | 0 | 113 | 65 | 27 | 527 | 74 | 60 |
| Binary | 11000101 | 110010 | 1011100 | 0 | 1001011 | 110101 | 10111 | 101010111 | 111100 | 110000 |
Color Harmonies of #C5325C
Complementary color
Monochromatic Colors of #C5325C
Black with #C5325C
Text Example
Text Example
White with #C5325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5325C; }
p { color: rgb(197,50,92); }
H1.HeaderClassName
{
color: #C5325C;
}
.AnyTagClassName
{
color: #C5325C;
}
</style>
background-color css
<style>
a { background-color: #C5325C; }
a { background-color: rgb(197,50,92); }
div.DivClassName
{
background-color: #C5325C;
}
.BgClassName
{
background-color: #C5325C;
}
</style>
border-color css
<style>
span { border-color: #C5325C; }
span { border-color: rgb(197,50,92); }
td.TdClassName
{
border-color: #C5325C;
}
.TagClassName
{
border-color: #C5325C;
}
</style>