Shades of Old Rose #C82849
Tints of Old Rose #C82849
RGB
CMYK
RGB Variations
Color information
#C82849 (or 0xC82849) is known color: Old Rose. HEX triplet: C8, 28 and 49. RGB value is (200,40,73). Sum of RGB (Red+Green+Blue) = 200+40+73=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C82849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82849 is #37D7B6. Grayscale: #5B5B5B. Windows color (decimal): -3659703 or 4794568. OLE color: 4794568.
HSL color Cylindrical-coordinate representation of color #C82849: hue angle of 347.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82849 is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 73 | - |
| CMYK | 0 | 0.8 | 0.64 | 0.22 |
| HSL | 347.63º | 0.67% | 0.47% | - |
| HSV(B) | 347.63º | 0.8% | 0.78% | - |
| XYZ | 25.78 | 14.28 | 7.7 | - |
| YUV | 91.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 73 | 0 | 0.8 | 0.64 | 0.22 | 347.63 | 0.67 | 0.47 |
| Hex | C8 | 28 | 49 | 0 | 50 | 40 | 16 | 15C | 43 | 2F |
| Octal | 310 | 50 | 111 | 0 | 120 | 100 | 26 | 534 | 103 | 57 |
| Binary | 11001000 | 101000 | 1001001 | 0 | 1010000 | 1000000 | 10110 | 101011100 | 1000011 | 101111 |
Color Harmonies of #C82849
Complementary color
Monochromatic Colors of #C82849
Black with #C82849
Text Example
Text Example
White with #C82849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82849; }
p { color: rgb(200,40,73); }
H1.HeaderClassName
{
color: #C82849;
}
.AnyTagClassName
{
color: #C82849;
}
</style>
background-color css
<style>
a { background-color: #C82849; }
a { background-color: rgb(200,40,73); }
div.DivClassName
{
background-color: #C82849;
}
.BgClassName
{
background-color: #C82849;
}
</style>
border-color css
<style>
span { border-color: #C82849; }
span { border-color: rgb(200,40,73); }
td.TdClassName
{
border-color: #C82849;
}
.TagClassName
{
border-color: #C82849;
}
</style>