Shades of Old Rose #C82E52
Tints of Old Rose #C82E52
RGB
CMYK
RGB Variations
Color information
#C82E52 (or 0xC82E52) is known color: Old Rose. HEX triplet: C8, 2E and 52. RGB value is (200,46,82). Sum of RGB (Red+Green+Blue) = 200+46+82=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E52 is #37D1AD. Grayscale: #606060. Windows color (decimal): -3658158 or 5385928. OLE color: 5385928.
HSL color Cylindrical-coordinate representation of color #C82E52: hue angle of 345.97º 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 #C82E52 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 82 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.22 |
| HSL | 345.97º | 0.63% | 0.48% | - |
| HSV(B) | 345.97º | 0.77% | 0.78% | - |
| XYZ | 26.32 | 14.84 | 9.46 | - |
| YUV | 96.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 82 | 0 | 0.77 | 0.59 | 0.22 | 345.97 | 0.63 | 0.48 |
| Hex | C8 | 2E | 52 | 0 | 4D | 3B | 16 | 15A | 3F | 30 |
| Octal | 310 | 56 | 122 | 0 | 115 | 73 | 26 | 532 | 77 | 60 |
| Binary | 11001000 | 101110 | 1010010 | 0 | 1001101 | 111011 | 10110 | 101011010 | 111111 | 110000 |
Color Harmonies of #C82E52
Complementary color
Monochromatic Colors of #C82E52
Black with #C82E52
Text Example
Text Example
White with #C82E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E52; }
p { color: rgb(200,46,82); }
H1.HeaderClassName
{
color: #C82E52;
}
.AnyTagClassName
{
color: #C82E52;
}
</style>
background-color css
<style>
a { background-color: #C82E52; }
a { background-color: rgb(200,46,82); }
div.DivClassName
{
background-color: #C82E52;
}
.BgClassName
{
background-color: #C82E52;
}
</style>
border-color css
<style>
span { border-color: #C82E52; }
span { border-color: rgb(200,46,82); }
td.TdClassName
{
border-color: #C82E52;
}
.TagClassName
{
border-color: #C82E52;
}
</style>