Shades of Old Rose #C82E54
Tints of Old Rose #C82E54
RGB
CMYK
RGB Variations
Color information
#C82E54 (or 0xC82E54) is known color: Old Rose. HEX triplet: C8, 2E and 54. RGB value is (200,46,84). Sum of RGB (Red+Green+Blue) = 200+46+84=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E54 is #37D1AB. Grayscale: #606060. Windows color (decimal): -3658156 or 5517000. OLE color: 5517000.
HSL color Cylindrical-coordinate representation of color #C82E54: hue angle of 345.19º 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 #C82E54 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 84 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.22 |
| HSL | 345.19º | 0.63% | 0.48% | - |
| HSV(B) | 345.19º | 0.77% | 0.78% | - |
| XYZ | 26.4 | 14.87 | 9.87 | - |
| YUV | 96.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 84 | 0 | 0.77 | 0.58 | 0.22 | 345.19 | 0.63 | 0.48 |
| Hex | C8 | 2E | 54 | 0 | 4D | 3A | 16 | 159 | 3F | 30 |
| Octal | 310 | 56 | 124 | 0 | 115 | 72 | 26 | 531 | 77 | 60 |
| Binary | 11001000 | 101110 | 1010100 | 0 | 1001101 | 111010 | 10110 | 101011001 | 111111 | 110000 |
Color Harmonies of #C82E54
Complementary color
Monochromatic Colors of #C82E54
Black with #C82E54
Text Example
Text Example
White with #C82E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E54; }
p { color: rgb(200,46,84); }
H1.HeaderClassName
{
color: #C82E54;
}
.AnyTagClassName
{
color: #C82E54;
}
</style>
background-color css
<style>
a { background-color: #C82E54; }
a { background-color: rgb(200,46,84); }
div.DivClassName
{
background-color: #C82E54;
}
.BgClassName
{
background-color: #C82E54;
}
</style>
border-color css
<style>
span { border-color: #C82E54; }
span { border-color: rgb(200,46,84); }
td.TdClassName
{
border-color: #C82E54;
}
.TagClassName
{
border-color: #C82E54;
}
</style>