Shades of Old Rose #C54053
Tints of Old Rose #C54053
RGB
CMYK
RGB Variations
Color information
#C54053 (or 0xC54053) is known color: Old Rose. HEX triplet: C5, 40 and 53. RGB value is (197,64,83). Sum of RGB (Red+Green+Blue) = 197+64+83=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C54053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54053 is #3ABFAC. Grayscale: #696969. Windows color (decimal): -3850157 or 5456069. OLE color: 5456069.
HSL color Cylindrical-coordinate representation of color #C54053: hue angle of 351.43º 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 #C54053 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 83 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.23 |
| HSL | 351.43º | 0.53% | 0.51% | - |
| HSV(B) | 351.43º | 0.68% | 0.77% | - |
| XYZ | 26.42 | 16.16 | 9.91 | - |
| YUV | 105.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 83 | 0 | 0.68 | 0.58 | 0.23 | 351.43 | 0.53 | 0.51 |
| Hex | C5 | 40 | 53 | 0 | 44 | 3A | 17 | 15F | 35 | 33 |
| Octal | 305 | 100 | 123 | 0 | 104 | 72 | 27 | 537 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1010011 | 0 | 1000100 | 111010 | 10111 | 101011111 | 110101 | 110011 |
Color Harmonies of #C54053
Complementary color
Monochromatic Colors of #C54053
Black with #C54053
Text Example
Text Example
White with #C54053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54053; }
p { color: rgb(197,64,83); }
H1.HeaderClassName
{
color: #C54053;
}
.AnyTagClassName
{
color: #C54053;
}
</style>
background-color css
<style>
a { background-color: #C54053; }
a { background-color: rgb(197,64,83); }
div.DivClassName
{
background-color: #C54053;
}
.BgClassName
{
background-color: #C54053;
}
</style>
border-color css
<style>
span { border-color: #C54053; }
span { border-color: rgb(197,64,83); }
td.TdClassName
{
border-color: #C54053;
}
.TagClassName
{
border-color: #C54053;
}
</style>