Shades of Old Rose #C8284E
Tints of Old Rose #C8284E
RGB
CMYK
RGB Variations
Color information
#C8284E (or 0xC8284E) is known color: Old Rose. HEX triplet: C8, 28 and 4E. RGB value is (200,40,78). Sum of RGB (Red+Green+Blue) = 200+40+78=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8284E is #37D7B1. Grayscale: #5C5C5C. Windows color (decimal): -3659698 or 5122248. OLE color: 5122248.
HSL color Cylindrical-coordinate representation of color #C8284E: hue angle of 345.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8284E is Cyan = 0, Magento = 0.8, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 78 | - |
| CMYK | 0 | 0.8 | 0.61 | 0.22 |
| HSL | 345.75º | 0.67% | 0.47% | - |
| HSV(B) | 345.75º | 0.8% | 0.78% | - |
| XYZ | 25.95 | 14.35 | 8.61 | - |
| YUV | 92.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 78 | 0 | 0.8 | 0.61 | 0.22 | 345.75 | 0.67 | 0.47 |
| Hex | C8 | 28 | 4E | 0 | 50 | 3D | 16 | 15A | 43 | 2F |
| Octal | 310 | 50 | 116 | 0 | 120 | 75 | 26 | 532 | 103 | 57 |
| Binary | 11001000 | 101000 | 1001110 | 0 | 1010000 | 111101 | 10110 | 101011010 | 1000011 | 101111 |
Color Harmonies of #C8284E
Complementary color
Monochromatic Colors of #C8284E
Black with #C8284E
Text Example
Text Example
White with #C8284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8284E; }
p { color: rgb(200,40,78); }
H1.HeaderClassName
{
color: #C8284E;
}
.AnyTagClassName
{
color: #C8284E;
}
</style>
background-color css
<style>
a { background-color: #C8284E; }
a { background-color: rgb(200,40,78); }
div.DivClassName
{
background-color: #C8284E;
}
.BgClassName
{
background-color: #C8284E;
}
</style>
border-color css
<style>
span { border-color: #C8284E; }
span { border-color: rgb(200,40,78); }
td.TdClassName
{
border-color: #C8284E;
}
.TagClassName
{
border-color: #C8284E;
}
</style>