Shades of Old Rose #C54055
Tints of Old Rose #C54055
RGB
CMYK
RGB Variations
Color information
#C54055 (or 0xC54055) is known color: Old Rose. HEX triplet: C5, 40 and 55. RGB value is (197,64,85). Sum of RGB (Red+Green+Blue) = 197+64+85=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54055 is #3ABFAA. Grayscale: #6A6A6A. Windows color (decimal): -3850155 or 5587141. OLE color: 5587141.
HSL color Cylindrical-coordinate representation of color #C54055: hue angle of 350.53º 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 #C54055 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 85 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.23 |
| HSL | 350.53º | 0.53% | 0.51% | - |
| HSV(B) | 350.53º | 0.68% | 0.77% | - |
| XYZ | 26.5 | 16.19 | 10.32 | - |
| YUV | 106.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 85 | 0 | 0.68 | 0.57 | 0.23 | 350.53 | 0.53 | 0.51 |
| Hex | C5 | 40 | 55 | 0 | 44 | 39 | 17 | 15F | 35 | 33 |
| Octal | 305 | 100 | 125 | 0 | 104 | 71 | 27 | 537 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1010101 | 0 | 1000100 | 111001 | 10111 | 101011111 | 110101 | 110011 |
Color Harmonies of #C54055
Complementary color
Monochromatic Colors of #C54055
Black with #C54055
Text Example
Text Example
White with #C54055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54055; }
p { color: rgb(197,64,85); }
H1.HeaderClassName
{
color: #C54055;
}
.AnyTagClassName
{
color: #C54055;
}
</style>
background-color css
<style>
a { background-color: #C54055; }
a { background-color: rgb(197,64,85); }
div.DivClassName
{
background-color: #C54055;
}
.BgClassName
{
background-color: #C54055;
}
</style>
border-color css
<style>
span { border-color: #C54055; }
span { border-color: rgb(197,64,85); }
td.TdClassName
{
border-color: #C54055;
}
.TagClassName
{
border-color: #C54055;
}
</style>