Shades of Old Rose #C82E5B
Tints of Old Rose #C82E5B
RGB
CMYK
RGB Variations
Color information
#C82E5B (or 0xC82E5B) is known color: Old Rose. HEX triplet: C8, 2E and 5B. RGB value is (200,46,91). Sum of RGB (Red+Green+Blue) = 200+46+91=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E5B is #37D1A4. Grayscale: #616161. Windows color (decimal): -3658149 or 5975752. OLE color: 5975752.
HSL color Cylindrical-coordinate representation of color #C82E5B: hue angle of 342.47º 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 #C82E5B is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 91 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.22 |
| HSL | 342.47º | 0.63% | 0.48% | - |
| HSV(B) | 342.47º | 0.77% | 0.78% | - |
| XYZ | 26.68 | 14.99 | 11.38 | - |
| YUV | 97.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 91 | 0 | 0.77 | 0.54 | 0.22 | 342.47 | 0.63 | 0.48 |
| Hex | C8 | 2E | 5B | 0 | 4D | 36 | 16 | 156 | 3F | 30 |
| Octal | 310 | 56 | 133 | 0 | 115 | 66 | 26 | 526 | 77 | 60 |
| Binary | 11001000 | 101110 | 1011011 | 0 | 1001101 | 110110 | 10110 | 101010110 | 111111 | 110000 |
Color Harmonies of #C82E5B
Complementary color
Monochromatic Colors of #C82E5B
Black with #C82E5B
Text Example
Text Example
White with #C82E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E5B; }
p { color: rgb(200,46,91); }
H1.HeaderClassName
{
color: #C82E5B;
}
.AnyTagClassName
{
color: #C82E5B;
}
</style>
background-color css
<style>
a { background-color: #C82E5B; }
a { background-color: rgb(200,46,91); }
div.DivClassName
{
background-color: #C82E5B;
}
.BgClassName
{
background-color: #C82E5B;
}
</style>
border-color css
<style>
span { border-color: #C82E5B; }
span { border-color: rgb(200,46,91); }
td.TdClassName
{
border-color: #C82E5B;
}
.TagClassName
{
border-color: #C82E5B;
}
</style>