Shades of Old Rose #C82150
Tints of Old Rose #C82150
RGB
CMYK
RGB Variations
Color information
#C82150 (or 0xC82150) is known color: Old Rose. HEX triplet: C8, 21 and 50. RGB value is (200,33,80). Sum of RGB (Red+Green+Blue) = 200+33+80=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C82150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82150 is #37DEAF. Grayscale: #585858. Windows color (decimal): -3661488 or 5251528. OLE color: 5251528.
HSL color Cylindrical-coordinate representation of color #C82150: hue angle of 343.11º degrees, saturation: 0.72, 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 #C82150 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 80 | - |
| CMYK | 0 | 0.84 | 0.6 | 0.22 |
| HSL | 343.11º | 0.72% | 0.46% | - |
| HSV(B) | 343.11º | 0.84% | 0.78% | - |
| XYZ | 25.81 | 13.95 | 8.92 | - |
| YUV | 88.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 80 | 0 | 0.84 | 0.6 | 0.22 | 343.11 | 0.72 | 0.46 |
| Hex | C8 | 21 | 50 | 0 | 54 | 3C | 16 | 157 | 48 | 2E |
| Octal | 310 | 41 | 120 | 0 | 124 | 74 | 26 | 527 | 110 | 56 |
| Binary | 11001000 | 100001 | 1010000 | 0 | 1010100 | 111100 | 10110 | 101010111 | 1001000 | 101110 |
Color Harmonies of #C82150
Complementary color
Monochromatic Colors of #C82150
Black with #C82150
Text Example
Text Example
White with #C82150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82150; }
p { color: rgb(200,33,80); }
H1.HeaderClassName
{
color: #C82150;
}
.AnyTagClassName
{
color: #C82150;
}
</style>
background-color css
<style>
a { background-color: #C82150; }
a { background-color: rgb(200,33,80); }
div.DivClassName
{
background-color: #C82150;
}
.BgClassName
{
background-color: #C82150;
}
</style>
border-color css
<style>
span { border-color: #C82150; }
span { border-color: rgb(200,33,80); }
td.TdClassName
{
border-color: #C82150;
}
.TagClassName
{
border-color: #C82150;
}
</style>