Shades of Old Rose #C83759
Tints of Old Rose #C83759
RGB
CMYK
RGB Variations
Color information
#C83759 (or 0xC83759) is known color: Old Rose. HEX triplet: C8, 37 and 59. RGB value is (200,55,89). Sum of RGB (Red+Green+Blue) = 200+55+89=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C83759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83759 is #37C8A6. Grayscale: #666666. Windows color (decimal): -3655847 or 5846984. OLE color: 5846984.
HSL color Cylindrical-coordinate representation of color #C83759: hue angle of 345.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83759 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 89 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.22 |
| HSL | 345.93º | 0.57% | 0.5% | - |
| HSV(B) | 345.93º | 0.73% | 0.78% | - |
| XYZ | 26.99 | 15.73 | 11.07 | - |
| YUV | 102.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 89 | 0 | 0.72 | 0.56 | 0.22 | 345.93 | 0.57 | 0.5 |
| Hex | C8 | 37 | 59 | 0 | 48 | 38 | 16 | 15A | 39 | 32 |
| Octal | 310 | 67 | 131 | 0 | 110 | 70 | 26 | 532 | 71 | 62 |
| Binary | 11001000 | 110111 | 1011001 | 0 | 1001000 | 111000 | 10110 | 101011010 | 111001 | 110010 |
Color Harmonies of #C83759
Complementary color
Monochromatic Colors of #C83759
Black with #C83759
Text Example
Text Example
White with #C83759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83759; }
p { color: rgb(200,55,89); }
H1.HeaderClassName
{
color: #C83759;
}
.AnyTagClassName
{
color: #C83759;
}
</style>
background-color css
<style>
a { background-color: #C83759; }
a { background-color: rgb(200,55,89); }
div.DivClassName
{
background-color: #C83759;
}
.BgClassName
{
background-color: #C83759;
}
</style>
border-color css
<style>
span { border-color: #C83759; }
span { border-color: rgb(200,55,89); }
td.TdClassName
{
border-color: #C83759;
}
.TagClassName
{
border-color: #C83759;
}
</style>