Shades of Old Rose #C7295E
Tints of Old Rose #C7295E
RGB
CMYK
RGB Variations
Color information
#C7295E (or 0xC7295E) is known color: Old Rose. HEX triplet: C7, 29 and 5E. RGB value is (199,41,94). Sum of RGB (Red+Green+Blue) = 199+41+94=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C7295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7295E is #38D6A1. Grayscale: #5E5E5E. Windows color (decimal): -3724962 or 6171079. OLE color: 6171079.
HSL color Cylindrical-coordinate representation of color #C7295E: hue angle of 339.87º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7295E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 94 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.22 |
| HSL | 339.87º | 0.66% | 0.47% | - |
| HSV(B) | 339.87º | 0.79% | 0.78% | - |
| XYZ | 26.37 | 14.54 | 12.01 | - |
| YUV | 94.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 94 | 0 | 0.79 | 0.53 | 0.22 | 339.87 | 0.66 | 0.47 |
| Hex | C7 | 29 | 5E | 0 | 4F | 35 | 16 | 154 | 42 | 2F |
| Octal | 307 | 51 | 136 | 0 | 117 | 65 | 26 | 524 | 102 | 57 |
| Binary | 11000111 | 101001 | 1011110 | 0 | 1001111 | 110101 | 10110 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C7295E
Complementary color
Monochromatic Colors of #C7295E
Black with #C7295E
Text Example
Text Example
White with #C7295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7295E; }
p { color: rgb(199,41,94); }
H1.HeaderClassName
{
color: #C7295E;
}
.AnyTagClassName
{
color: #C7295E;
}
</style>
background-color css
<style>
a { background-color: #C7295E; }
a { background-color: rgb(199,41,94); }
div.DivClassName
{
background-color: #C7295E;
}
.BgClassName
{
background-color: #C7295E;
}
</style>
border-color css
<style>
span { border-color: #C7295E; }
span { border-color: rgb(199,41,94); }
td.TdClassName
{
border-color: #C7295E;
}
.TagClassName
{
border-color: #C7295E;
}
</style>