Shades of Old Rose #C54052
Tints of Old Rose #C54052
RGB
CMYK
RGB Variations
Color information
#C54052 (or 0xC54052) is known color: Old Rose. HEX triplet: C5, 40 and 52. RGB value is (197,64,82). Sum of RGB (Red+Green+Blue) = 197+64+82=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C54052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54052 is #3ABFAD. Grayscale: #696969. Windows color (decimal): -3850158 or 5390533. OLE color: 5390533.
HSL color Cylindrical-coordinate representation of color #C54052: hue angle of 351.88º 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 #C54052 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 82 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.23 |
| HSL | 351.88º | 0.53% | 0.51% | - |
| HSV(B) | 351.88º | 0.68% | 0.77% | - |
| XYZ | 26.38 | 16.15 | 9.71 | - |
| YUV | 105.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 82 | 0 | 0.68 | 0.58 | 0.23 | 351.88 | 0.53 | 0.51 |
| Hex | C5 | 40 | 52 | 0 | 44 | 3A | 17 | 160 | 35 | 33 |
| Octal | 305 | 100 | 122 | 0 | 104 | 72 | 27 | 540 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1010010 | 0 | 1000100 | 111010 | 10111 | 101100000 | 110101 | 110011 |
Color Harmonies of #C54052
Complementary color
Monochromatic Colors of #C54052
Black with #C54052
Text Example
Text Example
White with #C54052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54052; }
p { color: rgb(197,64,82); }
H1.HeaderClassName
{
color: #C54052;
}
.AnyTagClassName
{
color: #C54052;
}
</style>
background-color css
<style>
a { background-color: #C54052; }
a { background-color: rgb(197,64,82); }
div.DivClassName
{
background-color: #C54052;
}
.BgClassName
{
background-color: #C54052;
}
</style>
border-color css
<style>
span { border-color: #C54052; }
span { border-color: rgb(197,64,82); }
td.TdClassName
{
border-color: #C54052;
}
.TagClassName
{
border-color: #C54052;
}
</style>