Shades of Old Rose #C54056
Tints of Old Rose #C54056
RGB
CMYK
RGB Variations
Color information
#C54056 (or 0xC54056) is known color: Old Rose. HEX triplet: C5, 40 and 56. RGB value is (197,64,86). Sum of RGB (Red+Green+Blue) = 197+64+86=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C54056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54056 is #3ABFA9. Grayscale: #6A6A6A. Windows color (decimal): -3850154 or 5652677. OLE color: 5652677.
HSL color Cylindrical-coordinate representation of color #C54056: hue angle of 350.08º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54056 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 86 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.23 |
| HSL | 350.08º | 0.53% | 0.51% | - |
| HSV(B) | 350.08º | 0.68% | 0.77% | - |
| XYZ | 26.54 | 16.21 | 10.53 | - |
| YUV | 106.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 86 | 0 | 0.68 | 0.56 | 0.23 | 350.08 | 0.53 | 0.51 |
| Hex | C5 | 40 | 56 | 0 | 44 | 38 | 17 | 15E | 35 | 33 |
| Octal | 305 | 100 | 126 | 0 | 104 | 70 | 27 | 536 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1010110 | 0 | 1000100 | 111000 | 10111 | 101011110 | 110101 | 110011 |
Color Harmonies of #C54056
Complementary color
Monochromatic Colors of #C54056
Black with #C54056
Text Example
Text Example
White with #C54056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54056; }
p { color: rgb(197,64,86); }
H1.HeaderClassName
{
color: #C54056;
}
.AnyTagClassName
{
color: #C54056;
}
</style>
background-color css
<style>
a { background-color: #C54056; }
a { background-color: rgb(197,64,86); }
div.DivClassName
{
background-color: #C54056;
}
.BgClassName
{
background-color: #C54056;
}
</style>
border-color css
<style>
span { border-color: #C54056; }
span { border-color: rgb(197,64,86); }
td.TdClassName
{
border-color: #C54056;
}
.TagClassName
{
border-color: #C54056;
}
</style>