Shades of Old Rose #C8214A
Tints of Old Rose #C8214A
RGB
CMYK
RGB Variations
Color information
#C8214A (or 0xC8214A) is known color: Old Rose. HEX triplet: C8, 21 and 4A. RGB value is (200,33,74). Sum of RGB (Red+Green+Blue) = 200+33+74=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8214A is #37DEB5. Grayscale: #575757. Windows color (decimal): -3661494 or 4858312. OLE color: 4858312.
HSL color Cylindrical-coordinate representation of color #C8214A: hue angle of 345.27º 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 #C8214A is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 74 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.22 |
| HSL | 345.27º | 0.72% | 0.46% | - |
| HSV(B) | 345.27º | 0.84% | 0.78% | - |
| XYZ | 25.6 | 13.86 | 7.8 | - |
| YUV | 87.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 74 | 0 | 0.84 | 0.63 | 0.22 | 345.27 | 0.72 | 0.46 |
| Hex | C8 | 21 | 4A | 0 | 54 | 3F | 16 | 159 | 48 | 2E |
| Octal | 310 | 41 | 112 | 0 | 124 | 77 | 26 | 531 | 110 | 56 |
| Binary | 11001000 | 100001 | 1001010 | 0 | 1010100 | 111111 | 10110 | 101011001 | 1001000 | 101110 |
Color Harmonies of #C8214A
Complementary color
Monochromatic Colors of #C8214A
Black with #C8214A
Text Example
Text Example
White with #C8214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8214A; }
p { color: rgb(200,33,74); }
H1.HeaderClassName
{
color: #C8214A;
}
.AnyTagClassName
{
color: #C8214A;
}
</style>
background-color css
<style>
a { background-color: #C8214A; }
a { background-color: rgb(200,33,74); }
div.DivClassName
{
background-color: #C8214A;
}
.BgClassName
{
background-color: #C8214A;
}
</style>
border-color css
<style>
span { border-color: #C8214A; }
span { border-color: rgb(200,33,74); }
td.TdClassName
{
border-color: #C8214A;
}
.TagClassName
{
border-color: #C8214A;
}
</style>