Shades of Old Rose #C82E4E
Tints of Old Rose #C82E4E
RGB
CMYK
RGB Variations
Color information
#C82E4E (or 0xC82E4E) is known color: Old Rose. HEX triplet: C8, 2E and 4E. RGB value is (200,46,78). Sum of RGB (Red+Green+Blue) = 200+46+78=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E4E is #37D1B1. Grayscale: #5F5F5F. Windows color (decimal): -3658162 or 5123784. OLE color: 5123784.
HSL color Cylindrical-coordinate representation of color #C82E4E: hue angle of 347.53º 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 #C82E4E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 78 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.22 |
| HSL | 347.53º | 0.63% | 0.48% | - |
| HSV(B) | 347.53º | 0.77% | 0.78% | - |
| XYZ | 26.17 | 14.78 | 8.68 | - |
| YUV | 95.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 78 | 0 | 0.77 | 0.61 | 0.22 | 347.53 | 0.63 | 0.48 |
| Hex | C8 | 2E | 4E | 0 | 4D | 3D | 16 | 15C | 3F | 30 |
| Octal | 310 | 56 | 116 | 0 | 115 | 75 | 26 | 534 | 77 | 60 |
| Binary | 11001000 | 101110 | 1001110 | 0 | 1001101 | 111101 | 10110 | 101011100 | 111111 | 110000 |
Color Harmonies of #C82E4E
Complementary color
Monochromatic Colors of #C82E4E
Black with #C82E4E
Text Example
Text Example
White with #C82E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E4E; }
p { color: rgb(200,46,78); }
H1.HeaderClassName
{
color: #C82E4E;
}
.AnyTagClassName
{
color: #C82E4E;
}
</style>
background-color css
<style>
a { background-color: #C82E4E; }
a { background-color: rgb(200,46,78); }
div.DivClassName
{
background-color: #C82E4E;
}
.BgClassName
{
background-color: #C82E4E;
}
</style>
border-color css
<style>
span { border-color: #C82E4E; }
span { border-color: rgb(200,46,78); }
td.TdClassName
{
border-color: #C82E4E;
}
.TagClassName
{
border-color: #C82E4E;
}
</style>