Shades of Old Rose #C82059
Tints of Old Rose #C82059
RGB
CMYK
RGB Variations
Color information
#C82059 (or 0xC82059) is known color: Old Rose. HEX triplet: C8, 20 and 59. RGB value is (200,32,89). Sum of RGB (Red+Green+Blue) = 200+32+89=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C82059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82059 is #37DFA6. Grayscale: #585858. Windows color (decimal): -3661735 or 5841096. OLE color: 5841096.
HSL color Cylindrical-coordinate representation of color #C82059: hue angle of 339.64º 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 #C82059 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.22 |
| HSL | 339.64º | 0.72% | 0.45% | - |
| HSV(B) | 339.64º | 0.84% | 0.78% | - |
| XYZ | 26.14 | 14.03 | 10.78 | - |
| YUV | 88.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 89 | 0 | 0.84 | 0.56 | 0.22 | 339.64 | 0.72 | 0.45 |
| Hex | C8 | 20 | 59 | 0 | 54 | 38 | 16 | 154 | 48 | 2D |
| Octal | 310 | 40 | 131 | 0 | 124 | 70 | 26 | 524 | 110 | 55 |
| Binary | 11001000 | 100000 | 1011001 | 0 | 1010100 | 111000 | 10110 | 101010100 | 1001000 | 101101 |
Color Harmonies of #C82059
Complementary color
Monochromatic Colors of #C82059
Black with #C82059
Text Example
Text Example
White with #C82059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82059; }
p { color: rgb(200,32,89); }
H1.HeaderClassName
{
color: #C82059;
}
.AnyTagClassName
{
color: #C82059;
}
</style>
background-color css
<style>
a { background-color: #C82059; }
a { background-color: rgb(200,32,89); }
div.DivClassName
{
background-color: #C82059;
}
.BgClassName
{
background-color: #C82059;
}
</style>
border-color css
<style>
span { border-color: #C82059; }
span { border-color: rgb(200,32,89); }
td.TdClassName
{
border-color: #C82059;
}
.TagClassName
{
border-color: #C82059;
}
</style>