Shades of Old Rose #C5334D
Tints of Old Rose #C5334D
RGB
CMYK
RGB Variations
Color information
#C5334D (or 0xC5334D) is known color: Old Rose. HEX triplet: C5, 33 and 4D. RGB value is (197,51,77). Sum of RGB (Red+Green+Blue) = 197+51+77=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5334D is #3ACCB2. Grayscale: #616161. Windows color (decimal): -3853491 or 5059525. OLE color: 5059525.
HSL color Cylindrical-coordinate representation of color #C5334D: hue angle of 349.32º 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 #C5334D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 77 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.23 |
| HSL | 349.32º | 0.59% | 0.49% | - |
| HSV(B) | 349.32º | 0.74% | 0.77% | - |
| XYZ | 25.55 | 14.77 | 8.53 | - |
| YUV | 97.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 77 | 0 | 0.74 | 0.61 | 0.23 | 349.32 | 0.59 | 0.49 |
| Hex | C5 | 33 | 4D | 0 | 4A | 3D | 17 | 15D | 3B | 31 |
| Octal | 305 | 63 | 115 | 0 | 112 | 75 | 27 | 535 | 73 | 61 |
| Binary | 11000101 | 110011 | 1001101 | 0 | 1001010 | 111101 | 10111 | 101011101 | 111011 | 110001 |
Color Harmonies of #C5334D
Complementary color
Monochromatic Colors of #C5334D
Black with #C5334D
Text Example
Text Example
White with #C5334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5334D; }
p { color: rgb(197,51,77); }
H1.HeaderClassName
{
color: #C5334D;
}
.AnyTagClassName
{
color: #C5334D;
}
</style>
background-color css
<style>
a { background-color: #C5334D; }
a { background-color: rgb(197,51,77); }
div.DivClassName
{
background-color: #C5334D;
}
.BgClassName
{
background-color: #C5334D;
}
</style>
border-color css
<style>
span { border-color: #C5334D; }
span { border-color: rgb(197,51,77); }
td.TdClassName
{
border-color: #C5334D;
}
.TagClassName
{
border-color: #C5334D;
}
</style>