Shades of Old Rose #C82D59
Tints of Old Rose #C82D59
RGB
CMYK
RGB Variations
Color information
#C82D59 (or 0xC82D59) is known color: Old Rose. HEX triplet: C8, 2D and 59. RGB value is (200,45,89). Sum of RGB (Red+Green+Blue) = 200+45+89=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D59 is #37D2A6. Grayscale: #606060. Windows color (decimal): -3658407 or 5844424. OLE color: 5844424.
HSL color Cylindrical-coordinate representation of color #C82D59: hue angle of 342.97º 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 #C82D59 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 89 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.22 |
| HSL | 342.97º | 0.63% | 0.48% | - |
| HSV(B) | 342.97º | 0.78% | 0.78% | - |
| XYZ | 26.56 | 14.88 | 10.92 | - |
| YUV | 96.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 89 | 0 | 0.78 | 0.56 | 0.22 | 342.97 | 0.63 | 0.48 |
| Hex | C8 | 2D | 59 | 0 | 4E | 38 | 16 | 157 | 3F | 30 |
| Octal | 310 | 55 | 131 | 0 | 116 | 70 | 26 | 527 | 77 | 60 |
| Binary | 11001000 | 101101 | 1011001 | 0 | 1001110 | 111000 | 10110 | 101010111 | 111111 | 110000 |
Color Harmonies of #C82D59
Complementary color
Monochromatic Colors of #C82D59
Black with #C82D59
Text Example
Text Example
White with #C82D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D59; }
p { color: rgb(200,45,89); }
H1.HeaderClassName
{
color: #C82D59;
}
.AnyTagClassName
{
color: #C82D59;
}
</style>
background-color css
<style>
a { background-color: #C82D59; }
a { background-color: rgb(200,45,89); }
div.DivClassName
{
background-color: #C82D59;
}
.BgClassName
{
background-color: #C82D59;
}
</style>
border-color css
<style>
span { border-color: #C82D59; }
span { border-color: rgb(200,45,89); }
td.TdClassName
{
border-color: #C82D59;
}
.TagClassName
{
border-color: #C82D59;
}
</style>