Shades of Old Rose #C62149
Tints of Old Rose #C62149
RGB
CMYK
RGB Variations
Color information
#C62149 (or 0xC62149) is known color: Old Rose. HEX triplet: C6, 21 and 49. RGB value is (198,33,73). Sum of RGB (Red+Green+Blue) = 198+33+73=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62149 is #39DEB6. Grayscale: #565656. Windows color (decimal): -3792567 or 4792774. OLE color: 4792774.
HSL color Cylindrical-coordinate representation of color #C62149: hue angle of 345.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62149 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 73 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.22 |
| HSL | 345.45º | 0.71% | 0.45% | - |
| HSV(B) | 345.45º | 0.83% | 0.78% | - |
| XYZ | 25.04 | 13.57 | 7.6 | - |
| YUV | 86.9 | 120.16 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 73 | 0 | 0.83 | 0.63 | 0.22 | 345.45 | 0.71 | 0.45 |
| Hex | C6 | 21 | 49 | 0 | 53 | 3F | 16 | 159 | 47 | 2D |
| Octal | 306 | 41 | 111 | 0 | 123 | 77 | 26 | 531 | 107 | 55 |
| Binary | 11000110 | 100001 | 1001001 | 0 | 1010011 | 111111 | 10110 | 101011001 | 1000111 | 101101 |
Color Harmonies of #C62149
Complementary color
Monochromatic Colors of #C62149
Black with #C62149
Text Example
Text Example
White with #C62149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62149; }
p { color: rgb(198,33,73); }
H1.HeaderClassName
{
color: #C62149;
}
.AnyTagClassName
{
color: #C62149;
}
</style>
background-color css
<style>
a { background-color: #C62149; }
a { background-color: rgb(198,33,73); }
div.DivClassName
{
background-color: #C62149;
}
.BgClassName
{
background-color: #C62149;
}
</style>
border-color css
<style>
span { border-color: #C62149; }
span { border-color: rgb(198,33,73); }
td.TdClassName
{
border-color: #C62149;
}
.TagClassName
{
border-color: #C62149;
}
</style>