Shades of Old Rose #C82D4A
Tints of Old Rose #C82D4A
RGB
CMYK
RGB Variations
Color information
#C82D4A (or 0xC82D4A) is known color: Old Rose. HEX triplet: C8, 2D and 4A. RGB value is (200,45,74). Sum of RGB (Red+Green+Blue) = 200+45+74=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D4A is #37D2B5. Grayscale: #5E5E5E. Windows color (decimal): -3658422 or 4861384. OLE color: 4861384.
HSL color Cylindrical-coordinate representation of color #C82D4A: hue angle of 348.77º 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 #C82D4A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 74 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.22 |
| HSL | 348.77º | 0.63% | 0.48% | - |
| HSV(B) | 348.77º | 0.78% | 0.78% | - |
| XYZ | 25.99 | 14.65 | 7.94 | - |
| YUV | 94.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 74 | 0 | 0.78 | 0.63 | 0.22 | 348.77 | 0.63 | 0.48 |
| Hex | C8 | 2D | 4A | 0 | 4E | 3F | 16 | 15D | 3F | 30 |
| Octal | 310 | 55 | 112 | 0 | 116 | 77 | 26 | 535 | 77 | 60 |
| Binary | 11001000 | 101101 | 1001010 | 0 | 1001110 | 111111 | 10110 | 101011101 | 111111 | 110000 |
Color Harmonies of #C82D4A
Complementary color
Monochromatic Colors of #C82D4A
Black with #C82D4A
Text Example
Text Example
White with #C82D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D4A; }
p { color: rgb(200,45,74); }
H1.HeaderClassName
{
color: #C82D4A;
}
.AnyTagClassName
{
color: #C82D4A;
}
</style>
background-color css
<style>
a { background-color: #C82D4A; }
a { background-color: rgb(200,45,74); }
div.DivClassName
{
background-color: #C82D4A;
}
.BgClassName
{
background-color: #C82D4A;
}
</style>
border-color css
<style>
span { border-color: #C82D4A; }
span { border-color: rgb(200,45,74); }
td.TdClassName
{
border-color: #C82D4A;
}
.TagClassName
{
border-color: #C82D4A;
}
</style>