Shades of Old Rose #C62349
Tints of Old Rose #C62349
RGB
CMYK
RGB Variations
Color information
#C62349 (or 0xC62349) is known color: Old Rose. HEX triplet: C6, 23 and 49. RGB value is (198,35,73). Sum of RGB (Red+Green+Blue) = 198+35+73=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C62349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62349 is #39DCB6. Grayscale: #585858. Windows color (decimal): -3792055 or 4793286. OLE color: 4793286.
HSL color Cylindrical-coordinate representation of color #C62349: hue angle of 346.01º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62349 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 73 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.22 |
| HSL | 346.01º | 0.7% | 0.46% | - |
| HSV(B) | 346.01º | 0.82% | 0.78% | - |
| XYZ | 25.09 | 13.69 | 7.62 | - |
| YUV | 88.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 73 | 0 | 0.82 | 0.63 | 0.22 | 346.01 | 0.7 | 0.46 |
| Hex | C6 | 23 | 49 | 0 | 52 | 3F | 16 | 15A | 46 | 2E |
| Octal | 306 | 43 | 111 | 0 | 122 | 77 | 26 | 532 | 106 | 56 |
| Binary | 11000110 | 100011 | 1001001 | 0 | 1010010 | 111111 | 10110 | 101011010 | 1000110 | 101110 |
Color Harmonies of #C62349
Complementary color
Monochromatic Colors of #C62349
Black with #C62349
Text Example
Text Example
White with #C62349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62349; }
p { color: rgb(198,35,73); }
H1.HeaderClassName
{
color: #C62349;
}
.AnyTagClassName
{
color: #C62349;
}
</style>
background-color css
<style>
a { background-color: #C62349; }
a { background-color: rgb(198,35,73); }
div.DivClassName
{
background-color: #C62349;
}
.BgClassName
{
background-color: #C62349;
}
</style>
border-color css
<style>
span { border-color: #C62349; }
span { border-color: rgb(198,35,73); }
td.TdClassName
{
border-color: #C62349;
}
.TagClassName
{
border-color: #C62349;
}
</style>