Shades of Old Rose #C62359
Tints of Old Rose #C62359
RGB
CMYK
RGB Variations
Color information
#C62359 (or 0xC62359) is known color: Old Rose. HEX triplet: C6, 23 and 59. RGB value is (198,35,89). Sum of RGB (Red+Green+Blue) = 198+35+89=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C62359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62359 is #39DCA6. Grayscale: #595959. Windows color (decimal): -3792039 or 5841862. OLE color: 5841862.
HSL color Cylindrical-coordinate representation of color #C62359: hue angle of 340.12º 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 #C62359 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 89 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.22 |
| HSL | 340.12º | 0.7% | 0.46% | - |
| HSV(B) | 340.12º | 0.82% | 0.78% | - |
| XYZ | 25.69 | 13.93 | 10.79 | - |
| YUV | 89.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 89 | 0 | 0.82 | 0.55 | 0.22 | 340.12 | 0.7 | 0.46 |
| Hex | C6 | 23 | 59 | 0 | 52 | 37 | 16 | 154 | 46 | 2E |
| Octal | 306 | 43 | 131 | 0 | 122 | 67 | 26 | 524 | 106 | 56 |
| Binary | 11000110 | 100011 | 1011001 | 0 | 1010010 | 110111 | 10110 | 101010100 | 1000110 | 101110 |
Color Harmonies of #C62359
Complementary color
Monochromatic Colors of #C62359
Black with #C62359
Text Example
Text Example
White with #C62359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62359; }
p { color: rgb(198,35,89); }
H1.HeaderClassName
{
color: #C62359;
}
.AnyTagClassName
{
color: #C62359;
}
</style>
background-color css
<style>
a { background-color: #C62359; }
a { background-color: rgb(198,35,89); }
div.DivClassName
{
background-color: #C62359;
}
.BgClassName
{
background-color: #C62359;
}
</style>
border-color css
<style>
span { border-color: #C62359; }
span { border-color: rgb(198,35,89); }
td.TdClassName
{
border-color: #C62359;
}
.TagClassName
{
border-color: #C62359;
}
</style>