Shades of Old Rose #C5274F
Tints of Old Rose #C5274F
RGB
CMYK
RGB Variations
Color information
#C5274F (or 0xC5274F) is known color: Old Rose. HEX triplet: C5, 27 and 4F. RGB value is (197,39,79). Sum of RGB (Red+Green+Blue) = 197+39+79=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5274F is #3AD8B0. Grayscale: #5A5A5A. Windows color (decimal): -3856561 or 5187525. OLE color: 5187525.
HSL color Cylindrical-coordinate representation of color #C5274F: hue angle of 344.81º 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 #C5274F is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 79 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.23 |
| HSL | 344.81º | 0.67% | 0.46% | - |
| HSV(B) | 344.81º | 0.8% | 0.77% | - |
| XYZ | 25.16 | 13.89 | 8.75 | - |
| YUV | 90.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 79 | 0 | 0.80 | 0.60 | 0.23 | 344.81 | 0.67 | 0.46 |
| Hex | C5 | 27 | 4F | 0 | 50 | 3C | 17 | 159 | 43 | 2E |
| Octal | 305 | 47 | 117 | 0 | 120 | 74 | 27 | 531 | 103 | 56 |
| Binary | 11000101 | 100111 | 1001111 | 0 | 1010000 | 111100 | 10111 | 101011001 | 1000011 | 101110 |
Color Harmonies of #C5274F
Complementary color
Monochromatic Colors of #C5274F
Black with #C5274F
Text Example
Text Example
White with #C5274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5274F; }
p { color: rgb(197,39,79); }
H1.HeaderClassName
{
color: #C5274F;
}
.AnyTagClassName
{
color: #C5274F;
}
</style>
background-color css
<style>
a { background-color: #C5274F; }
a { background-color: rgb(197,39,79); }
div.DivClassName
{
background-color: #C5274F;
}
.BgClassName
{
background-color: #C5274F;
}
</style>
border-color css
<style>
span { border-color: #C5274F; }
span { border-color: rgb(197,39,79); }
td.TdClassName
{
border-color: #C5274F;
}
.TagClassName
{
border-color: #C5274F;
}
</style>