Shades of Old Rose #C82D53
Tints of Old Rose #C82D53
RGB
CMYK
RGB Variations
Color information
#C82D53 (or 0xC82D53) is known color: Old Rose. HEX triplet: C8, 2D and 53. RGB value is (200,45,83). Sum of RGB (Red+Green+Blue) = 200+45+83=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D53 is #37D2AC. Grayscale: #5F5F5F. Windows color (decimal): -3658413 or 5451208. OLE color: 5451208.
HSL color Cylindrical-coordinate representation of color #C82D53: hue angle of 345.29º 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 #C82D53 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 83 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.22 |
| HSL | 345.29º | 0.63% | 0.48% | - |
| HSV(B) | 345.29º | 0.78% | 0.78% | - |
| XYZ | 26.32 | 14.78 | 9.65 | - |
| YUV | 95.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 83 | 0 | 0.78 | 0.58 | 0.22 | 345.29 | 0.63 | 0.48 |
| Hex | C8 | 2D | 53 | 0 | 4E | 3A | 16 | 159 | 3F | 30 |
| Octal | 310 | 55 | 123 | 0 | 116 | 72 | 26 | 531 | 77 | 60 |
| Binary | 11001000 | 101101 | 1010011 | 0 | 1001110 | 111010 | 10110 | 101011001 | 111111 | 110000 |
Color Harmonies of #C82D53
Complementary color
Monochromatic Colors of #C82D53
Black with #C82D53
Text Example
Text Example
White with #C82D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D53; }
p { color: rgb(200,45,83); }
H1.HeaderClassName
{
color: #C82D53;
}
.AnyTagClassName
{
color: #C82D53;
}
</style>
background-color css
<style>
a { background-color: #C82D53; }
a { background-color: rgb(200,45,83); }
div.DivClassName
{
background-color: #C82D53;
}
.BgClassName
{
background-color: #C82D53;
}
</style>
border-color css
<style>
span { border-color: #C82D53; }
span { border-color: rgb(200,45,83); }
td.TdClassName
{
border-color: #C82D53;
}
.TagClassName
{
border-color: #C82D53;
}
</style>