Shades of Old Rose #C5274D
Tints of Old Rose #C5274D
RGB
CMYK
RGB Variations
Color information
#C5274D (or 0xC5274D) is known color: Old Rose. HEX triplet: C5, 27 and 4D. RGB value is (197,39,77). Sum of RGB (Red+Green+Blue) = 197+39+77=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5274D is #3AD8B2. Grayscale: #5A5A5A. Windows color (decimal): -3856563 or 5056453. OLE color: 5056453.
HSL color Cylindrical-coordinate representation of color #C5274D: hue angle of 345.57º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5274D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 77 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.23 |
| HSL | 345.57º | 0.67% | 0.46% | - |
| HSV(B) | 345.57º | 0.8% | 0.77% | - |
| XYZ | 25.09 | 13.86 | 8.37 | - |
| YUV | 90.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 77 | 0 | 0.80 | 0.61 | 0.23 | 345.57 | 0.67 | 0.46 |
| Hex | C5 | 27 | 4D | 0 | 50 | 3D | 17 | 15A | 43 | 2E |
| Octal | 305 | 47 | 115 | 0 | 120 | 75 | 27 | 532 | 103 | 56 |
| Binary | 11000101 | 100111 | 1001101 | 0 | 1010000 | 111101 | 10111 | 101011010 | 1000011 | 101110 |
Color Harmonies of #C5274D
Complementary color
Monochromatic Colors of #C5274D
Black with #C5274D
Text Example
Text Example
White with #C5274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5274D; }
p { color: rgb(197,39,77); }
H1.HeaderClassName
{
color: #C5274D;
}
.AnyTagClassName
{
color: #C5274D;
}
</style>
background-color css
<style>
a { background-color: #C5274D; }
a { background-color: rgb(197,39,77); }
div.DivClassName
{
background-color: #C5274D;
}
.BgClassName
{
background-color: #C5274D;
}
</style>
border-color css
<style>
span { border-color: #C5274D; }
span { border-color: rgb(197,39,77); }
td.TdClassName
{
border-color: #C5274D;
}
.TagClassName
{
border-color: #C5274D;
}
</style>