Shades of Old Rose #C82249
Tints of Old Rose #C82249
RGB
CMYK
RGB Variations
Color information
#C82249 (or 0xC82249) is known color: Old Rose. HEX triplet: C8, 22 and 49. RGB value is (200,34,73). Sum of RGB (Red+Green+Blue) = 200+34+73=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C82249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82249 is #37DDB6. Grayscale: #585858. Windows color (decimal): -3661239 or 4793032. OLE color: 4793032.
HSL color Cylindrical-coordinate representation of color #C82249: hue angle of 345.9º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82249 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 73 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.22 |
| HSL | 345.9º | 0.71% | 0.46% | - |
| HSV(B) | 345.9º | 0.83% | 0.78% | - |
| XYZ | 25.59 | 13.9 | 7.64 | - |
| YUV | 88.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 73 | 0 | 0.83 | 0.64 | 0.22 | 345.9 | 0.71 | 0.46 |
| Hex | C8 | 22 | 49 | 0 | 53 | 40 | 16 | 15A | 47 | 2E |
| Octal | 310 | 42 | 111 | 0 | 123 | 100 | 26 | 532 | 107 | 56 |
| Binary | 11001000 | 100010 | 1001001 | 0 | 1010011 | 1000000 | 10110 | 101011010 | 1000111 | 101110 |
Color Harmonies of #C82249
Complementary color
Monochromatic Colors of #C82249
Black with #C82249
Text Example
Text Example
White with #C82249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82249; }
p { color: rgb(200,34,73); }
H1.HeaderClassName
{
color: #C82249;
}
.AnyTagClassName
{
color: #C82249;
}
</style>
background-color css
<style>
a { background-color: #C82249; }
a { background-color: rgb(200,34,73); }
div.DivClassName
{
background-color: #C82249;
}
.BgClassName
{
background-color: #C82249;
}
</style>
border-color css
<style>
span { border-color: #C82249; }
span { border-color: rgb(200,34,73); }
td.TdClassName
{
border-color: #C82249;
}
.TagClassName
{
border-color: #C82249;
}
</style>