Shades of Old Rose #C8214D
Tints of Old Rose #C8214D
RGB
CMYK
RGB Variations
Color information
#C8214D (or 0xC8214D) is known color: Old Rose. HEX triplet: C8, 21 and 4D. RGB value is (200,33,77). Sum of RGB (Red+Green+Blue) = 200+33+77=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8214D is #37DEB2. Grayscale: #575757. Windows color (decimal): -3661491 or 5054920. OLE color: 5054920.
HSL color Cylindrical-coordinate representation of color #C8214D: hue angle of 344.19º 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 #C8214D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 77 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.22 |
| HSL | 344.19º | 0.72% | 0.46% | - |
| HSV(B) | 344.19º | 0.84% | 0.78% | - |
| XYZ | 25.7 | 13.9 | 8.35 | - |
| YUV | 87.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 77 | 0 | 0.84 | 0.62 | 0.22 | 344.19 | 0.72 | 0.46 |
| Hex | C8 | 21 | 4D | 0 | 54 | 3E | 16 | 158 | 48 | 2E |
| Octal | 310 | 41 | 115 | 0 | 124 | 76 | 26 | 530 | 110 | 56 |
| Binary | 11001000 | 100001 | 1001101 | 0 | 1010100 | 111110 | 10110 | 101011000 | 1001000 | 101110 |
Color Harmonies of #C8214D
Complementary color
Monochromatic Colors of #C8214D
Black with #C8214D
Text Example
Text Example
White with #C8214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8214D; }
p { color: rgb(200,33,77); }
H1.HeaderClassName
{
color: #C8214D;
}
.AnyTagClassName
{
color: #C8214D;
}
</style>
background-color css
<style>
a { background-color: #C8214D; }
a { background-color: rgb(200,33,77); }
div.DivClassName
{
background-color: #C8214D;
}
.BgClassName
{
background-color: #C8214D;
}
</style>
border-color css
<style>
span { border-color: #C8214D; }
span { border-color: rgb(200,33,77); }
td.TdClassName
{
border-color: #C8214D;
}
.TagClassName
{
border-color: #C8214D;
}
</style>