Shades of Old Rose #C62056
Tints of Old Rose #C62056
RGB
CMYK
RGB Variations
Color information
#C62056 (or 0xC62056) is known color: Old Rose. HEX triplet: C6, 20 and 56. RGB value is (198,32,86). Sum of RGB (Red+Green+Blue) = 198+32+86=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62056 is #39DFA9. Grayscale: #575757. Windows color (decimal): -3792810 or 5644486. OLE color: 5644486.
HSL color Cylindrical-coordinate representation of color #C62056: hue angle of 340.48º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62056 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 86 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.22 |
| HSL | 340.48º | 0.72% | 0.45% | - |
| HSV(B) | 340.48º | 0.84% | 0.78% | - |
| XYZ | 25.48 | 13.71 | 10.11 | - |
| YUV | 87.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 86 | 0 | 0.84 | 0.57 | 0.22 | 340.48 | 0.72 | 0.45 |
| Hex | C6 | 20 | 56 | 0 | 54 | 39 | 16 | 154 | 48 | 2D |
| Octal | 306 | 40 | 126 | 0 | 124 | 71 | 26 | 524 | 110 | 55 |
| Binary | 11000110 | 100000 | 1010110 | 0 | 1010100 | 111001 | 10110 | 101010100 | 1001000 | 101101 |
Color Harmonies of #C62056
Complementary color
Monochromatic Colors of #C62056
Black with #C62056
Text Example
Text Example
White with #C62056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62056; }
p { color: rgb(198,32,86); }
H1.HeaderClassName
{
color: #C62056;
}
.AnyTagClassName
{
color: #C62056;
}
</style>
background-color css
<style>
a { background-color: #C62056; }
a { background-color: rgb(198,32,86); }
div.DivClassName
{
background-color: #C62056;
}
.BgClassName
{
background-color: #C62056;
}
</style>
border-color css
<style>
span { border-color: #C62056; }
span { border-color: rgb(198,32,86); }
td.TdClassName
{
border-color: #C62056;
}
.TagClassName
{
border-color: #C62056;
}
</style>