Shades of Old Rose #C82E5E
Tints of Old Rose #C82E5E
RGB
CMYK
RGB Variations
Color information
#C82E5E (or 0xC82E5E) is known color: Old Rose. HEX triplet: C8, 2E and 5E. RGB value is (200,46,94). Sum of RGB (Red+Green+Blue) = 200+46+94=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E5E is #37D1A1. Grayscale: #616161. Windows color (decimal): -3658146 or 6172360. OLE color: 6172360.
HSL color Cylindrical-coordinate representation of color #C82E5E: hue angle of 341.3º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E5E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 94 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.22 |
| HSL | 341.3º | 0.63% | 0.48% | - |
| HSV(B) | 341.3º | 0.77% | 0.78% | - |
| XYZ | 26.82 | 15.04 | 12.08 | - |
| YUV | 97.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 94 | 0 | 0.77 | 0.53 | 0.22 | 341.3 | 0.63 | 0.48 |
| Hex | C8 | 2E | 5E | 0 | 4D | 35 | 16 | 155 | 3F | 30 |
| Octal | 310 | 56 | 136 | 0 | 115 | 65 | 26 | 525 | 77 | 60 |
| Binary | 11001000 | 101110 | 1011110 | 0 | 1001101 | 110101 | 10110 | 101010101 | 111111 | 110000 |
Color Harmonies of #C82E5E
Complementary color
Monochromatic Colors of #C82E5E
Black with #C82E5E
Text Example
Text Example
White with #C82E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E5E; }
p { color: rgb(200,46,94); }
H1.HeaderClassName
{
color: #C82E5E;
}
.AnyTagClassName
{
color: #C82E5E;
}
</style>
background-color css
<style>
a { background-color: #C82E5E; }
a { background-color: rgb(200,46,94); }
div.DivClassName
{
background-color: #C82E5E;
}
.BgClassName
{
background-color: #C82E5E;
}
</style>
border-color css
<style>
span { border-color: #C82E5E; }
span { border-color: rgb(200,46,94); }
td.TdClassName
{
border-color: #C82E5E;
}
.TagClassName
{
border-color: #C82E5E;
}
</style>