Shades of Old Rose #C82D5E
Tints of Old Rose #C82D5E
RGB
CMYK
RGB Variations
Color information
#C82D5E (or 0xC82D5E) is known color: Old Rose. HEX triplet: C8, 2D and 5E. RGB value is (200,45,94). Sum of RGB (Red+Green+Blue) = 200+45+94=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D5E is #37D2A1. Grayscale: #606060. Windows color (decimal): -3658402 or 6172104. OLE color: 6172104.
HSL color Cylindrical-coordinate representation of color #C82D5E: hue angle of 341.03º 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 #C82D5E is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 94 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.22 |
| HSL | 341.03º | 0.63% | 0.48% | - |
| HSV(B) | 341.03º | 0.78% | 0.78% | - |
| XYZ | 26.78 | 14.96 | 12.07 | - |
| YUV | 96.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 94 | 0 | 0.78 | 0.53 | 0.22 | 341.03 | 0.63 | 0.48 |
| Hex | C8 | 2D | 5E | 0 | 4E | 35 | 16 | 155 | 3F | 30 |
| Octal | 310 | 55 | 136 | 0 | 116 | 65 | 26 | 525 | 77 | 60 |
| Binary | 11001000 | 101101 | 1011110 | 0 | 1001110 | 110101 | 10110 | 101010101 | 111111 | 110000 |
Color Harmonies of #C82D5E
Complementary color
Monochromatic Colors of #C82D5E
Black with #C82D5E
Text Example
Text Example
White with #C82D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D5E; }
p { color: rgb(200,45,94); }
H1.HeaderClassName
{
color: #C82D5E;
}
.AnyTagClassName
{
color: #C82D5E;
}
</style>
background-color css
<style>
a { background-color: #C82D5E; }
a { background-color: rgb(200,45,94); }
div.DivClassName
{
background-color: #C82D5E;
}
.BgClassName
{
background-color: #C82D5E;
}
</style>
border-color css
<style>
span { border-color: #C82D5E; }
span { border-color: rgb(200,45,94); }
td.TdClassName
{
border-color: #C82D5E;
}
.TagClassName
{
border-color: #C82D5E;
}
</style>