Shades of Old Rose #C8374E
Tints of Old Rose #C8374E
RGB
CMYK
RGB Variations
Color information
#C8374E (or 0xC8374E) is known color: Old Rose. HEX triplet: C8, 37 and 4E. RGB value is (200,55,78). Sum of RGB (Red+Green+Blue) = 200+55+78=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8374E is #37C8B1. Grayscale: #656565. Windows color (decimal): -3655858 or 5126088. OLE color: 5126088.
HSL color Cylindrical-coordinate representation of color #C8374E: hue angle of 350.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8374E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 78 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.22 |
| HSL | 350.48º | 0.57% | 0.5% | - |
| HSV(B) | 350.48º | 0.73% | 0.78% | - |
| XYZ | 26.56 | 15.56 | 8.81 | - |
| YUV | 100.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 78 | 0 | 0.72 | 0.61 | 0.22 | 350.48 | 0.57 | 0.5 |
| Hex | C8 | 37 | 4E | 0 | 48 | 3D | 16 | 15E | 39 | 32 |
| Octal | 310 | 67 | 116 | 0 | 110 | 75 | 26 | 536 | 71 | 62 |
| Binary | 11001000 | 110111 | 1001110 | 0 | 1001000 | 111101 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C8374E
Complementary color
Monochromatic Colors of #C8374E
Black with #C8374E
Text Example
Text Example
White with #C8374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8374E; }
p { color: rgb(200,55,78); }
H1.HeaderClassName
{
color: #C8374E;
}
.AnyTagClassName
{
color: #C8374E;
}
</style>
background-color css
<style>
a { background-color: #C8374E; }
a { background-color: rgb(200,55,78); }
div.DivClassName
{
background-color: #C8374E;
}
.BgClassName
{
background-color: #C8374E;
}
</style>
border-color css
<style>
span { border-color: #C8374E; }
span { border-color: rgb(200,55,78); }
td.TdClassName
{
border-color: #C8374E;
}
.TagClassName
{
border-color: #C8374E;
}
</style>