Shades of Old Rose #C82959
Tints of Old Rose #C82959
RGB
CMYK
RGB Variations
Color information
#C82959 (or 0xC82959) is known color: Old Rose. HEX triplet: C8, 29 and 59. RGB value is (200,41,89). Sum of RGB (Red+Green+Blue) = 200+41+89=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C82959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82959 is #37D6A6. Grayscale: #5D5D5D. Windows color (decimal): -3659431 or 5843400. OLE color: 5843400.
HSL color Cylindrical-coordinate representation of color #C82959: hue angle of 341.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82959 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 89 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.22 |
| HSL | 341.89º | 0.66% | 0.47% | - |
| HSV(B) | 341.89º | 0.8% | 0.78% | - |
| XYZ | 26.42 | 14.59 | 10.87 | - |
| YUV | 94.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 89 | 0 | 0.80 | 0.56 | 0.22 | 341.89 | 0.66 | 0.47 |
| Hex | C8 | 29 | 59 | 0 | 50 | 38 | 16 | 156 | 42 | 2F |
| Octal | 310 | 51 | 131 | 0 | 120 | 70 | 26 | 526 | 102 | 57 |
| Binary | 11001000 | 101001 | 1011001 | 0 | 1010000 | 111000 | 10110 | 101010110 | 1000010 | 101111 |
Color Harmonies of #C82959
Complementary color
Monochromatic Colors of #C82959
Black with #C82959
Text Example
Text Example
White with #C82959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82959; }
p { color: rgb(200,41,89); }
H1.HeaderClassName
{
color: #C82959;
}
.AnyTagClassName
{
color: #C82959;
}
</style>
background-color css
<style>
a { background-color: #C82959; }
a { background-color: rgb(200,41,89); }
div.DivClassName
{
background-color: #C82959;
}
.BgClassName
{
background-color: #C82959;
}
</style>
border-color css
<style>
span { border-color: #C82959; }
span { border-color: rgb(200,41,89); }
td.TdClassName
{
border-color: #C82959;
}
.TagClassName
{
border-color: #C82959;
}
</style>