Shades of Old Rose #C62259
Tints of Old Rose #C62259
RGB
CMYK
RGB Variations
Color information
#C62259 (or 0xC62259) is known color: Old Rose. HEX triplet: C6, 22 and 59. RGB value is (198,34,89). Sum of RGB (Red+Green+Blue) = 198+34+89=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C62259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62259 is #39DDA6. Grayscale: #595959. Windows color (decimal): -3792295 or 5841606. OLE color: 5841606.
HSL color Cylindrical-coordinate representation of color #C62259: hue angle of 339.88º 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 #C62259 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 89 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.22 |
| HSL | 339.88º | 0.71% | 0.45% | - |
| HSV(B) | 339.88º | 0.83% | 0.78% | - |
| XYZ | 25.66 | 13.87 | 10.78 | - |
| YUV | 89.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 89 | 0 | 0.83 | 0.55 | 0.22 | 339.88 | 0.71 | 0.45 |
| Hex | C6 | 22 | 59 | 0 | 53 | 37 | 16 | 154 | 47 | 2D |
| Octal | 306 | 42 | 131 | 0 | 123 | 67 | 26 | 524 | 107 | 55 |
| Binary | 11000110 | 100010 | 1011001 | 0 | 1010011 | 110111 | 10110 | 101010100 | 1000111 | 101101 |
Color Harmonies of #C62259
Complementary color
Monochromatic Colors of #C62259
Black with #C62259
Text Example
Text Example
White with #C62259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62259; }
p { color: rgb(198,34,89); }
H1.HeaderClassName
{
color: #C62259;
}
.AnyTagClassName
{
color: #C62259;
}
</style>
background-color css
<style>
a { background-color: #C62259; }
a { background-color: rgb(198,34,89); }
div.DivClassName
{
background-color: #C62259;
}
.BgClassName
{
background-color: #C62259;
}
</style>
border-color css
<style>
span { border-color: #C62259; }
span { border-color: rgb(198,34,89); }
td.TdClassName
{
border-color: #C62259;
}
.TagClassName
{
border-color: #C62259;
}
</style>