Shades of Old Rose #C7395E
Tints of Old Rose #C7395E
RGB
CMYK
RGB Variations
Color information
#C7395E (or 0xC7395E) is known color: Old Rose. HEX triplet: C7, 39 and 5E. RGB value is (199,57,94). Sum of RGB (Red+Green+Blue) = 199+57+94=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7395E is #38C6A1. Grayscale: #676767. Windows color (decimal): -3720866 or 6175175. OLE color: 6175175.
HSL color Cylindrical-coordinate representation of color #C7395E: hue angle of 344.37º 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 #C7395E is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 94 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.22 |
| HSL | 344.37º | 0.56% | 0.5% | - |
| HSV(B) | 344.37º | 0.71% | 0.78% | - |
| XYZ | 27.04 | 15.88 | 12.23 | - |
| YUV | 103.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 94 | 0 | 0.71 | 0.53 | 0.22 | 344.37 | 0.56 | 0.5 |
| Hex | C7 | 39 | 5E | 0 | 47 | 35 | 16 | 158 | 38 | 32 |
| Octal | 307 | 71 | 136 | 0 | 107 | 65 | 26 | 530 | 70 | 62 |
| Binary | 11000111 | 111001 | 1011110 | 0 | 1000111 | 110101 | 10110 | 101011000 | 111000 | 110010 |
Color Harmonies of #C7395E
Complementary color
Monochromatic Colors of #C7395E
Black with #C7395E
Text Example
Text Example
White with #C7395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7395E; }
p { color: rgb(199,57,94); }
H1.HeaderClassName
{
color: #C7395E;
}
.AnyTagClassName
{
color: #C7395E;
}
</style>
background-color css
<style>
a { background-color: #C7395E; }
a { background-color: rgb(199,57,94); }
div.DivClassName
{
background-color: #C7395E;
}
.BgClassName
{
background-color: #C7395E;
}
</style>
border-color css
<style>
span { border-color: #C7395E; }
span { border-color: rgb(199,57,94); }
td.TdClassName
{
border-color: #C7395E;
}
.TagClassName
{
border-color: #C7395E;
}
</style>