Shades of Old Rose #C62C49
Tints of Old Rose #C62C49
RGB
CMYK
RGB Variations
Color information
#C62C49 (or 0xC62C49) is known color: Old Rose. HEX triplet: C6, 2C and 49. RGB value is (198,44,73). Sum of RGB (Red+Green+Blue) = 198+44+73=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C49 is #39D3B6. Grayscale: #5D5D5D. Windows color (decimal): -3789751 or 4795590. OLE color: 4795590.
HSL color Cylindrical-coordinate representation of color #C62C49: hue angle of 348.7º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C49 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 73 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.22 |
| HSL | 348.7º | 0.64% | 0.47% | - |
| HSV(B) | 348.7º | 0.78% | 0.78% | - |
| XYZ | 25.39 | 14.29 | 7.72 | - |
| YUV | 93.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 73 | 0 | 0.78 | 0.63 | 0.22 | 348.7 | 0.64 | 0.47 |
| Hex | C6 | 2C | 49 | 0 | 4E | 3F | 16 | 15D | 40 | 2F |
| Octal | 306 | 54 | 111 | 0 | 116 | 77 | 26 | 535 | 100 | 57 |
| Binary | 11000110 | 101100 | 1001001 | 0 | 1001110 | 111111 | 10110 | 101011101 | 1000000 | 101111 |
Color Harmonies of #C62C49
Complementary color
Monochromatic Colors of #C62C49
Black with #C62C49
Text Example
Text Example
White with #C62C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C49; }
p { color: rgb(198,44,73); }
H1.HeaderClassName
{
color: #C62C49;
}
.AnyTagClassName
{
color: #C62C49;
}
</style>
background-color css
<style>
a { background-color: #C62C49; }
a { background-color: rgb(198,44,73); }
div.DivClassName
{
background-color: #C62C49;
}
.BgClassName
{
background-color: #C62C49;
}
</style>
border-color css
<style>
span { border-color: #C62C49; }
span { border-color: rgb(198,44,73); }
td.TdClassName
{
border-color: #C62C49;
}
.TagClassName
{
border-color: #C62C49;
}
</style>