Shades of Old Rose #C82449
Tints of Old Rose #C82449
RGB
CMYK
RGB Variations
Color information
#C82449 (or 0xC82449) is known color: Old Rose. HEX triplet: C8, 24 and 49. RGB value is (200,36,73). Sum of RGB (Red+Green+Blue) = 200+36+73=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C82449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82449 is #37DBB6. Grayscale: #595959. Windows color (decimal): -3660727 or 4793544. OLE color: 4793544.
HSL color Cylindrical-coordinate representation of color #C82449: hue angle of 346.46º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82449 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 73 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.22 |
| HSL | 346.46º | 0.69% | 0.46% | - |
| HSV(B) | 346.46º | 0.82% | 0.78% | - |
| XYZ | 25.65 | 14.02 | 7.66 | - |
| YUV | 89.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 73 | 0 | 0.82 | 0.64 | 0.22 | 346.46 | 0.69 | 0.46 |
| Hex | C8 | 24 | 49 | 0 | 52 | 40 | 16 | 15A | 45 | 2E |
| Octal | 310 | 44 | 111 | 0 | 122 | 100 | 26 | 532 | 105 | 56 |
| Binary | 11001000 | 100100 | 1001001 | 0 | 1010010 | 1000000 | 10110 | 101011010 | 1000101 | 101110 |
Color Harmonies of #C82449
Complementary color
Monochromatic Colors of #C82449
Black with #C82449
Text Example
Text Example
White with #C82449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82449; }
p { color: rgb(200,36,73); }
H1.HeaderClassName
{
color: #C82449;
}
.AnyTagClassName
{
color: #C82449;
}
</style>
background-color css
<style>
a { background-color: #C82449; }
a { background-color: rgb(200,36,73); }
div.DivClassName
{
background-color: #C82449;
}
.BgClassName
{
background-color: #C82449;
}
</style>
border-color css
<style>
span { border-color: #C82449; }
span { border-color: rgb(200,36,73); }
td.TdClassName
{
border-color: #C82449;
}
.TagClassName
{
border-color: #C82449;
}
</style>