Shades of Old Rose #C5344E
Tints of Old Rose #C5344E
RGB
CMYK
RGB Variations
Color information
#C5344E (or 0xC5344E) is known color: Old Rose. HEX triplet: C5, 34 and 4E. RGB value is (197,52,78). Sum of RGB (Red+Green+Blue) = 197+52+78=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5344E is #3ACBB1. Grayscale: #626262. Windows color (decimal): -3853234 or 5125317. OLE color: 5125317.
HSL color Cylindrical-coordinate representation of color #C5344E: hue angle of 349.24º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5344E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 78 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.23 |
| HSL | 349.24º | 0.58% | 0.49% | - |
| HSV(B) | 349.24º | 0.74% | 0.77% | - |
| XYZ | 25.63 | 14.88 | 8.73 | - |
| YUV | 98.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 78 | 0 | 0.74 | 0.60 | 0.23 | 349.24 | 0.58 | 0.49 |
| Hex | C5 | 34 | 4E | 0 | 4A | 3C | 17 | 15D | 3A | 31 |
| Octal | 305 | 64 | 116 | 0 | 112 | 74 | 27 | 535 | 72 | 61 |
| Binary | 11000101 | 110100 | 1001110 | 0 | 1001010 | 111100 | 10111 | 101011101 | 111010 | 110001 |
Color Harmonies of #C5344E
Complementary color
Monochromatic Colors of #C5344E
Black with #C5344E
Text Example
Text Example
White with #C5344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5344E; }
p { color: rgb(197,52,78); }
H1.HeaderClassName
{
color: #C5344E;
}
.AnyTagClassName
{
color: #C5344E;
}
</style>
background-color css
<style>
a { background-color: #C5344E; }
a { background-color: rgb(197,52,78); }
div.DivClassName
{
background-color: #C5344E;
}
.BgClassName
{
background-color: #C5344E;
}
</style>
border-color css
<style>
span { border-color: #C5344E; }
span { border-color: rgb(197,52,78); }
td.TdClassName
{
border-color: #C5344E;
}
.TagClassName
{
border-color: #C5344E;
}
</style>