Shades of Old Rose #C7394E
Tints of Old Rose #C7394E
RGB
CMYK
RGB Variations
Color information
#C7394E (or 0xC7394E) is known color: Old Rose. HEX triplet: C7, 39 and 4E. RGB value is (199,57,78). Sum of RGB (Red+Green+Blue) = 199+57+78=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C7394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7394E is #38C6B1. Grayscale: #656565. Windows color (decimal): -3720882 or 5126599. OLE color: 5126599.
HSL color Cylindrical-coordinate representation of color #C7394E: hue angle of 351.13º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7394E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 78 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.22 |
| HSL | 351.13º | 0.56% | 0.5% | - |
| HSV(B) | 351.13º | 0.71% | 0.78% | - |
| XYZ | 26.39 | 15.62 | 8.83 | - |
| YUV | 101.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 78 | 0 | 0.71 | 0.61 | 0.22 | 351.13 | 0.56 | 0.5 |
| Hex | C7 | 39 | 4E | 0 | 47 | 3D | 16 | 15F | 38 | 32 |
| Octal | 307 | 71 | 116 | 0 | 107 | 75 | 26 | 537 | 70 | 62 |
| Binary | 11000111 | 111001 | 1001110 | 0 | 1000111 | 111101 | 10110 | 101011111 | 111000 | 110010 |
Color Harmonies of #C7394E
Complementary color
Monochromatic Colors of #C7394E
Black with #C7394E
Text Example
Text Example
White with #C7394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7394E; }
p { color: rgb(199,57,78); }
H1.HeaderClassName
{
color: #C7394E;
}
.AnyTagClassName
{
color: #C7394E;
}
</style>
background-color css
<style>
a { background-color: #C7394E; }
a { background-color: rgb(199,57,78); }
div.DivClassName
{
background-color: #C7394E;
}
.BgClassName
{
background-color: #C7394E;
}
</style>
border-color css
<style>
span { border-color: #C7394E; }
span { border-color: rgb(199,57,78); }
td.TdClassName
{
border-color: #C7394E;
}
.TagClassName
{
border-color: #C7394E;
}
</style>