Shades of Old Rose #C82B5D
Tints of Old Rose #C82B5D
RGB
CMYK
RGB Variations
Color information
#C82B5D (or 0xC82B5D) is known color: Old Rose. HEX triplet: C8, 2B and 5D. RGB value is (200,43,93). Sum of RGB (Red+Green+Blue) = 200+43+93=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B5D is #37D4A2. Grayscale: #5F5F5F. Windows color (decimal): -3658915 or 6106056. OLE color: 6106056.
HSL color Cylindrical-coordinate representation of color #C82B5D: hue angle of 340.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82B5D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 93 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.22 |
| HSL | 340.89º | 0.65% | 0.48% | - |
| HSV(B) | 340.89º | 0.79% | 0.78% | - |
| XYZ | 26.66 | 14.8 | 11.81 | - |
| YUV | 95.64 | 126.51 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 93 | 0 | 0.78 | 0.54 | 0.22 | 340.89 | 0.65 | 0.48 |
| Hex | C8 | 2B | 5D | 0 | 4E | 36 | 16 | 155 | 41 | 30 |
| Octal | 310 | 53 | 135 | 0 | 116 | 66 | 26 | 525 | 101 | 60 |
| Binary | 11001000 | 101011 | 1011101 | 0 | 1001110 | 110110 | 10110 | 101010101 | 1000001 | 110000 |
Color Harmonies of #C82B5D
Complementary color
Monochromatic Colors of #C82B5D
Black with #C82B5D
Text Example
Text Example
White with #C82B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B5D; }
p { color: rgb(200,43,93); }
H1.HeaderClassName
{
color: #C82B5D;
}
.AnyTagClassName
{
color: #C82B5D;
}
</style>
background-color css
<style>
a { background-color: #C82B5D; }
a { background-color: rgb(200,43,93); }
div.DivClassName
{
background-color: #C82B5D;
}
.BgClassName
{
background-color: #C82B5D;
}
</style>
border-color css
<style>
span { border-color: #C82B5D; }
span { border-color: rgb(200,43,93); }
td.TdClassName
{
border-color: #C82B5D;
}
.TagClassName
{
border-color: #C82B5D;
}
</style>