Shades of Old Rose #C7295D
Tints of Old Rose #C7295D
RGB
CMYK
RGB Variations
Color information
#C7295D (or 0xC7295D) is known color: Old Rose. HEX triplet: C7, 29 and 5D. RGB value is (199,41,93). Sum of RGB (Red+Green+Blue) = 199+41+93=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7295D is #38D6A2. Grayscale: #5E5E5E. Windows color (decimal): -3724963 or 6105543. OLE color: 6105543.
HSL color Cylindrical-coordinate representation of color #C7295D: hue angle of 340.25º 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 #C7295D is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 93 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.22 |
| HSL | 340.25º | 0.66% | 0.47% | - |
| HSV(B) | 340.25º | 0.79% | 0.78% | - |
| XYZ | 26.32 | 14.52 | 11.77 | - |
| YUV | 94.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 93 | 0 | 0.79 | 0.53 | 0.22 | 340.25 | 0.66 | 0.47 |
| Hex | C7 | 29 | 5D | 0 | 4F | 35 | 16 | 154 | 42 | 2F |
| Octal | 307 | 51 | 135 | 0 | 117 | 65 | 26 | 524 | 102 | 57 |
| Binary | 11000111 | 101001 | 1011101 | 0 | 1001111 | 110101 | 10110 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C7295D
Complementary color
Monochromatic Colors of #C7295D
Black with #C7295D
Text Example
Text Example
White with #C7295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7295D; }
p { color: rgb(199,41,93); }
H1.HeaderClassName
{
color: #C7295D;
}
.AnyTagClassName
{
color: #C7295D;
}
</style>
background-color css
<style>
a { background-color: #C7295D; }
a { background-color: rgb(199,41,93); }
div.DivClassName
{
background-color: #C7295D;
}
.BgClassName
{
background-color: #C7295D;
}
</style>
border-color css
<style>
span { border-color: #C7295D; }
span { border-color: rgb(199,41,93); }
td.TdClassName
{
border-color: #C7295D;
}
.TagClassName
{
border-color: #C7295D;
}
</style>