Shades of Old Rose #C8224E
Tints of Old Rose #C8224E
RGB
CMYK
RGB Variations
Color information
#C8224E (or 0xC8224E) is known color: Old Rose. HEX triplet: C8, 22 and 4E. RGB value is (200,34,78). Sum of RGB (Red+Green+Blue) = 200+34+78=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8224E is #37DDB1. Grayscale: #585858. Windows color (decimal): -3661234 or 5120712. OLE color: 5120712.
HSL color Cylindrical-coordinate representation of color #C8224E: hue angle of 344.1º degrees, saturation: 0.71, 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 #C8224E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 78 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.22 |
| HSL | 344.1º | 0.71% | 0.46% | - |
| HSV(B) | 344.1º | 0.83% | 0.78% | - |
| XYZ | 25.77 | 13.97 | 8.55 | - |
| YUV | 88.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 78 | 0 | 0.83 | 0.61 | 0.22 | 344.1 | 0.71 | 0.46 |
| Hex | C8 | 22 | 4E | 0 | 53 | 3D | 16 | 158 | 47 | 2E |
| Octal | 310 | 42 | 116 | 0 | 123 | 75 | 26 | 530 | 107 | 56 |
| Binary | 11001000 | 100010 | 1001110 | 0 | 1010011 | 111101 | 10110 | 101011000 | 1000111 | 101110 |
Color Harmonies of #C8224E
Complementary color
Monochromatic Colors of #C8224E
Black with #C8224E
Text Example
Text Example
White with #C8224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8224E; }
p { color: rgb(200,34,78); }
H1.HeaderClassName
{
color: #C8224E;
}
.AnyTagClassName
{
color: #C8224E;
}
</style>
background-color css
<style>
a { background-color: #C8224E; }
a { background-color: rgb(200,34,78); }
div.DivClassName
{
background-color: #C8224E;
}
.BgClassName
{
background-color: #C8224E;
}
</style>
border-color css
<style>
span { border-color: #C8224E; }
span { border-color: rgb(200,34,78); }
td.TdClassName
{
border-color: #C8224E;
}
.TagClassName
{
border-color: #C8224E;
}
</style>