Shades of Old Rose #C82D57
Tints of Old Rose #C82D57
RGB
CMYK
RGB Variations
Color information
#C82D57 (or 0xC82D57) is known color: Old Rose. HEX triplet: C8, 2D and 57. RGB value is (200,45,87). Sum of RGB (Red+Green+Blue) = 200+45+87=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D57 is #37D2A8. Grayscale: #606060. Windows color (decimal): -3658409 or 5713352. OLE color: 5713352.
HSL color Cylindrical-coordinate representation of color #C82D57: hue angle of 343.74º 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 #C82D57 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 87 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.22 |
| HSL | 343.74º | 0.63% | 0.48% | - |
| HSV(B) | 343.74º | 0.78% | 0.78% | - |
| XYZ | 26.48 | 14.84 | 10.49 | - |
| YUV | 96.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 87 | 0 | 0.78 | 0.56 | 0.22 | 343.74 | 0.63 | 0.48 |
| Hex | C8 | 2D | 57 | 0 | 4E | 38 | 16 | 158 | 3F | 30 |
| Octal | 310 | 55 | 127 | 0 | 116 | 70 | 26 | 530 | 77 | 60 |
| Binary | 11001000 | 101101 | 1010111 | 0 | 1001110 | 111000 | 10110 | 101011000 | 111111 | 110000 |
Color Harmonies of #C82D57
Complementary color
Monochromatic Colors of #C82D57
Black with #C82D57
Text Example
Text Example
White with #C82D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D57; }
p { color: rgb(200,45,87); }
H1.HeaderClassName
{
color: #C82D57;
}
.AnyTagClassName
{
color: #C82D57;
}
</style>
background-color css
<style>
a { background-color: #C82D57; }
a { background-color: rgb(200,45,87); }
div.DivClassName
{
background-color: #C82D57;
}
.BgClassName
{
background-color: #C82D57;
}
</style>
border-color css
<style>
span { border-color: #C82D57; }
span { border-color: rgb(200,45,87); }
td.TdClassName
{
border-color: #C82D57;
}
.TagClassName
{
border-color: #C82D57;
}
</style>