Shades of Old Rose #C5324B
Tints of Old Rose #C5324B
RGB
CMYK
RGB Variations
Color information
#C5324B (or 0xC5324B) is known color: Old Rose. HEX triplet: C5, 32 and 4B. RGB value is (197,50,75). Sum of RGB (Red+Green+Blue) = 197+50+75=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5324B is #3ACDB4. Grayscale: #606060. Windows color (decimal): -3853749 or 4928197. OLE color: 4928197.
HSL color Cylindrical-coordinate representation of color #C5324B: hue angle of 349.8º 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 #C5324B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 75 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.23 |
| HSL | 349.8º | 0.6% | 0.48% | - |
| HSV(B) | 349.8º | 0.75% | 0.77% | - |
| XYZ | 25.44 | 14.66 | 8.15 | - |
| YUV | 96.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 75 | 0 | 0.75 | 0.62 | 0.23 | 349.8 | 0.6 | 0.48 |
| Hex | C5 | 32 | 4B | 0 | 4B | 3E | 17 | 15E | 3C | 30 |
| Octal | 305 | 62 | 113 | 0 | 113 | 76 | 27 | 536 | 74 | 60 |
| Binary | 11000101 | 110010 | 1001011 | 0 | 1001011 | 111110 | 10111 | 101011110 | 111100 | 110000 |
Color Harmonies of #C5324B
Complementary color
Monochromatic Colors of #C5324B
Black with #C5324B
Text Example
Text Example
White with #C5324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5324B; }
p { color: rgb(197,50,75); }
H1.HeaderClassName
{
color: #C5324B;
}
.AnyTagClassName
{
color: #C5324B;
}
</style>
background-color css
<style>
a { background-color: #C5324B; }
a { background-color: rgb(197,50,75); }
div.DivClassName
{
background-color: #C5324B;
}
.BgClassName
{
background-color: #C5324B;
}
</style>
border-color css
<style>
span { border-color: #C5324B; }
span { border-color: rgb(197,50,75); }
td.TdClassName
{
border-color: #C5324B;
}
.TagClassName
{
border-color: #C5324B;
}
</style>