Shades of Old Rose #C82A5E
Tints of Old Rose #C82A5E
RGB
CMYK
RGB Variations
Color information
#C82A5E (or 0xC82A5E) is known color: Old Rose. HEX triplet: C8, 2A and 5E. RGB value is (200,42,94). Sum of RGB (Red+Green+Blue) = 200+42+94=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82A5E is #37D5A1. Grayscale: #5F5F5F. Windows color (decimal): -3659170 or 6171336. OLE color: 6171336.
HSL color Cylindrical-coordinate representation of color #C82A5E: hue angle of 340.25º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82A5E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 94 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.22 |
| HSL | 340.25º | 0.65% | 0.47% | - |
| HSV(B) | 340.25º | 0.79% | 0.78% | - |
| XYZ | 26.67 | 14.74 | 12.03 | - |
| YUV | 95.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 94 | 0 | 0.79 | 0.53 | 0.22 | 340.25 | 0.65 | 0.47 |
| Hex | C8 | 2A | 5E | 0 | 4F | 35 | 16 | 154 | 41 | 2F |
| Octal | 310 | 52 | 136 | 0 | 117 | 65 | 26 | 524 | 101 | 57 |
| Binary | 11001000 | 101010 | 1011110 | 0 | 1001111 | 110101 | 10110 | 101010100 | 1000001 | 101111 |
Color Harmonies of #C82A5E
Complementary color
Monochromatic Colors of #C82A5E
Black with #C82A5E
Text Example
Text Example
White with #C82A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A5E; }
p { color: rgb(200,42,94); }
H1.HeaderClassName
{
color: #C82A5E;
}
.AnyTagClassName
{
color: #C82A5E;
}
</style>
background-color css
<style>
a { background-color: #C82A5E; }
a { background-color: rgb(200,42,94); }
div.DivClassName
{
background-color: #C82A5E;
}
.BgClassName
{
background-color: #C82A5E;
}
</style>
border-color css
<style>
span { border-color: #C82A5E; }
span { border-color: rgb(200,42,94); }
td.TdClassName
{
border-color: #C82A5E;
}
.TagClassName
{
border-color: #C82A5E;
}
</style>