Shades of Old Rose #C82D5D
Tints of Old Rose #C82D5D
RGB
CMYK
RGB Variations
Color information
#C82D5D (or 0xC82D5D) is known color: Old Rose. HEX triplet: C8, 2D and 5D. RGB value is (200,45,93). Sum of RGB (Red+Green+Blue) = 200+45+93=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D5D is #37D2A2. Grayscale: #606060. Windows color (decimal): -3658403 or 6106568. OLE color: 6106568.
HSL color Cylindrical-coordinate representation of color #C82D5D: hue angle of 341.42º 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 #C82D5D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 93 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.22 |
| HSL | 341.42º | 0.63% | 0.48% | - |
| HSV(B) | 341.42º | 0.78% | 0.78% | - |
| XYZ | 26.73 | 14.95 | 11.83 | - |
| YUV | 96.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 93 | 0 | 0.78 | 0.54 | 0.22 | 341.42 | 0.63 | 0.48 |
| Hex | C8 | 2D | 5D | 0 | 4E | 36 | 16 | 155 | 3F | 30 |
| Octal | 310 | 55 | 135 | 0 | 116 | 66 | 26 | 525 | 77 | 60 |
| Binary | 11001000 | 101101 | 1011101 | 0 | 1001110 | 110110 | 10110 | 101010101 | 111111 | 110000 |
Color Harmonies of #C82D5D
Complementary color
Monochromatic Colors of #C82D5D
Black with #C82D5D
Text Example
Text Example
White with #C82D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D5D; }
p { color: rgb(200,45,93); }
H1.HeaderClassName
{
color: #C82D5D;
}
.AnyTagClassName
{
color: #C82D5D;
}
</style>
background-color css
<style>
a { background-color: #C82D5D; }
a { background-color: rgb(200,45,93); }
div.DivClassName
{
background-color: #C82D5D;
}
.BgClassName
{
background-color: #C82D5D;
}
</style>
border-color css
<style>
span { border-color: #C82D5D; }
span { border-color: rgb(200,45,93); }
td.TdClassName
{
border-color: #C82D5D;
}
.TagClassName
{
border-color: #C82D5D;
}
</style>