Shades of Old Rose #C8314D
Tints of Old Rose #C8314D
RGB
CMYK
RGB Variations
Color information
#C8314D (or 0xC8314D) is known color: Old Rose. HEX triplet: C8, 31 and 4D. RGB value is (200,49,77). Sum of RGB (Red+Green+Blue) = 200+49+77=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8314D is #37CEB2. Grayscale: #616161. Windows color (decimal): -3657395 or 5059016. OLE color: 5059016.
HSL color Cylindrical-coordinate representation of color #C8314D: hue angle of 348.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8314D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 77 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.22 |
| HSL | 348.87º | 0.61% | 0.49% | - |
| HSV(B) | 348.87º | 0.76% | 0.78% | - |
| XYZ | 26.26 | 15.01 | 8.53 | - |
| YUV | 97.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 77 | 0 | 0.76 | 0.62 | 0.22 | 348.87 | 0.61 | 0.49 |
| Hex | C8 | 31 | 4D | 0 | 4C | 3E | 16 | 15D | 3D | 31 |
| Octal | 310 | 61 | 115 | 0 | 114 | 76 | 26 | 535 | 75 | 61 |
| Binary | 11001000 | 110001 | 1001101 | 0 | 1001100 | 111110 | 10110 | 101011101 | 111101 | 110001 |
Color Harmonies of #C8314D
Complementary color
Monochromatic Colors of #C8314D
Black with #C8314D
Text Example
Text Example
White with #C8314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8314D; }
p { color: rgb(200,49,77); }
H1.HeaderClassName
{
color: #C8314D;
}
.AnyTagClassName
{
color: #C8314D;
}
</style>
background-color css
<style>
a { background-color: #C8314D; }
a { background-color: rgb(200,49,77); }
div.DivClassName
{
background-color: #C8314D;
}
.BgClassName
{
background-color: #C8314D;
}
</style>
border-color css
<style>
span { border-color: #C8314D; }
span { border-color: rgb(200,49,77); }
td.TdClassName
{
border-color: #C8314D;
}
.TagClassName
{
border-color: #C8314D;
}
</style>