Shades of Old Rose #C5334E
Tints of Old Rose #C5334E
RGB
CMYK
RGB Variations
Color information
#C5334E (or 0xC5334E) is known color: Old Rose. HEX triplet: C5, 33 and 4E. RGB value is (197,51,78). Sum of RGB (Red+Green+Blue) = 197+51+78=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5334E is #3ACCB1. Grayscale: #616161. Windows color (decimal): -3853490 or 5125061. OLE color: 5125061.
HSL color Cylindrical-coordinate representation of color #C5334E: hue angle of 348.9º degrees, saturation: 0.59, 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 #C5334E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 78 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.23 |
| HSL | 348.9º | 0.59% | 0.49% | - |
| HSV(B) | 348.9º | 0.74% | 0.77% | - |
| XYZ | 25.58 | 14.79 | 8.71 | - |
| YUV | 97.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 78 | 0 | 0.74 | 0.60 | 0.23 | 348.9 | 0.59 | 0.49 |
| Hex | C5 | 33 | 4E | 0 | 4A | 3C | 17 | 15D | 3B | 31 |
| Octal | 305 | 63 | 116 | 0 | 112 | 74 | 27 | 535 | 73 | 61 |
| Binary | 11000101 | 110011 | 1001110 | 0 | 1001010 | 111100 | 10111 | 101011101 | 111011 | 110001 |
Color Harmonies of #C5334E
Complementary color
Monochromatic Colors of #C5334E
Black with #C5334E
Text Example
Text Example
White with #C5334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5334E; }
p { color: rgb(197,51,78); }
H1.HeaderClassName
{
color: #C5334E;
}
.AnyTagClassName
{
color: #C5334E;
}
</style>
background-color css
<style>
a { background-color: #C5334E; }
a { background-color: rgb(197,51,78); }
div.DivClassName
{
background-color: #C5334E;
}
.BgClassName
{
background-color: #C5334E;
}
</style>
border-color css
<style>
span { border-color: #C5334E; }
span { border-color: rgb(197,51,78); }
td.TdClassName
{
border-color: #C5334E;
}
.TagClassName
{
border-color: #C5334E;
}
</style>