Shades of Old Rose #C8214F
Tints of Old Rose #C8214F
RGB
CMYK
RGB Variations
Color information
#C8214F (or 0xC8214F) is known color: Old Rose. HEX triplet: C8, 21 and 4F. RGB value is (200,33,79). Sum of RGB (Red+Green+Blue) = 200+33+79=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8214F is #37DEB0. Grayscale: #585858. Windows color (decimal): -3661489 or 5185992. OLE color: 5185992.
HSL color Cylindrical-coordinate representation of color #C8214F: hue angle of 343.47º 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 #C8214F is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 79 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.22 |
| HSL | 343.47º | 0.72% | 0.46% | - |
| HSV(B) | 343.47º | 0.84% | 0.78% | - |
| XYZ | 25.77 | 13.93 | 8.73 | - |
| YUV | 88.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 79 | 0 | 0.84 | 0.60 | 0.22 | 343.47 | 0.72 | 0.46 |
| Hex | C8 | 21 | 4F | 0 | 54 | 3C | 16 | 157 | 48 | 2E |
| Octal | 310 | 41 | 117 | 0 | 124 | 74 | 26 | 527 | 110 | 56 |
| Binary | 11001000 | 100001 | 1001111 | 0 | 1010100 | 111100 | 10110 | 101010111 | 1001000 | 101110 |
Color Harmonies of #C8214F
Complementary color
Monochromatic Colors of #C8214F
Black with #C8214F
Text Example
Text Example
White with #C8214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8214F; }
p { color: rgb(200,33,79); }
H1.HeaderClassName
{
color: #C8214F;
}
.AnyTagClassName
{
color: #C8214F;
}
</style>
background-color css
<style>
a { background-color: #C8214F; }
a { background-color: rgb(200,33,79); }
div.DivClassName
{
background-color: #C8214F;
}
.BgClassName
{
background-color: #C8214F;
}
</style>
border-color css
<style>
span { border-color: #C8214F; }
span { border-color: rgb(200,33,79); }
td.TdClassName
{
border-color: #C8214F;
}
.TagClassName
{
border-color: #C8214F;
}
</style>