Shades of Old Rose #C83959
Tints of Old Rose #C83959
RGB
CMYK
RGB Variations
Color information
#C83959 (or 0xC83959) is known color: Old Rose. HEX triplet: C8, 39 and 59. RGB value is (200,57,89). Sum of RGB (Red+Green+Blue) = 200+57+89=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C83959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83959 is #37C6A6. Grayscale: #676767. Windows color (decimal): -3655335 or 5847496. OLE color: 5847496.
HSL color Cylindrical-coordinate representation of color #C83959: hue angle of 346.57º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83959 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 89 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.22 |
| HSL | 346.57º | 0.57% | 0.5% | - |
| HSV(B) | 346.57º | 0.72% | 0.78% | - |
| XYZ | 27.09 | 15.93 | 11.1 | - |
| YUV | 103.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 89 | 0 | 0.72 | 0.56 | 0.22 | 346.57 | 0.57 | 0.5 |
| Hex | C8 | 39 | 59 | 0 | 48 | 38 | 16 | 15B | 39 | 32 |
| Octal | 310 | 71 | 131 | 0 | 110 | 70 | 26 | 533 | 71 | 62 |
| Binary | 11001000 | 111001 | 1011001 | 0 | 1001000 | 111000 | 10110 | 101011011 | 111001 | 110010 |
Color Harmonies of #C83959
Complementary color
Monochromatic Colors of #C83959
Black with #C83959
Text Example
Text Example
White with #C83959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83959; }
p { color: rgb(200,57,89); }
H1.HeaderClassName
{
color: #C83959;
}
.AnyTagClassName
{
color: #C83959;
}
</style>
background-color css
<style>
a { background-color: #C83959; }
a { background-color: rgb(200,57,89); }
div.DivClassName
{
background-color: #C83959;
}
.BgClassName
{
background-color: #C83959;
}
</style>
border-color css
<style>
span { border-color: #C83959; }
span { border-color: rgb(200,57,89); }
td.TdClassName
{
border-color: #C83959;
}
.TagClassName
{
border-color: #C83959;
}
</style>