Shades of Old Rose #C82450
Tints of Old Rose #C82450
RGB
CMYK
RGB Variations
Color information
#C82450 (or 0xC82450) is known color: Old Rose. HEX triplet: C8, 24 and 50. RGB value is (200,36,80). Sum of RGB (Red+Green+Blue) = 200+36+80=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C82450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82450 is #37DBAF. Grayscale: #5A5A5A. Windows color (decimal): -3660720 or 5252296. OLE color: 5252296.
HSL color Cylindrical-coordinate representation of color #C82450: hue angle of 343.9º 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 #C82450 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 80 | - |
| CMYK | 0 | 0.82 | 0.6 | 0.22 |
| HSL | 343.9º | 0.69% | 0.46% | - |
| HSV(B) | 343.9º | 0.82% | 0.78% | - |
| XYZ | 25.9 | 14.12 | 8.95 | - |
| YUV | 90.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 80 | 0 | 0.82 | 0.6 | 0.22 | 343.9 | 0.69 | 0.46 |
| Hex | C8 | 24 | 50 | 0 | 52 | 3C | 16 | 158 | 45 | 2E |
| Octal | 310 | 44 | 120 | 0 | 122 | 74 | 26 | 530 | 105 | 56 |
| Binary | 11001000 | 100100 | 1010000 | 0 | 1010010 | 111100 | 10110 | 101011000 | 1000101 | 101110 |
Color Harmonies of #C82450
Complementary color
Monochromatic Colors of #C82450
Black with #C82450
Text Example
Text Example
White with #C82450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82450; }
p { color: rgb(200,36,80); }
H1.HeaderClassName
{
color: #C82450;
}
.AnyTagClassName
{
color: #C82450;
}
</style>
background-color css
<style>
a { background-color: #C82450; }
a { background-color: rgb(200,36,80); }
div.DivClassName
{
background-color: #C82450;
}
.BgClassName
{
background-color: #C82450;
}
</style>
border-color css
<style>
span { border-color: #C82450; }
span { border-color: rgb(200,36,80); }
td.TdClassName
{
border-color: #C82450;
}
.TagClassName
{
border-color: #C82450;
}
</style>