Shades of Old Rose #C7315D
Tints of Old Rose #C7315D
RGB
CMYK
RGB Variations
Color information
#C7315D (or 0xC7315D) is known color: Old Rose. HEX triplet: C7, 31 and 5D. RGB value is (199,49,93). Sum of RGB (Red+Green+Blue) = 199+49+93=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7315D is #38CEA2. Grayscale: #626262. Windows color (decimal): -3722915 or 6107591. OLE color: 6107591.
HSL color Cylindrical-coordinate representation of color #C7315D: hue angle of 342.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7315D is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 93 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.22 |
| HSL | 342.4º | 0.6% | 0.49% | - |
| HSV(B) | 342.4º | 0.75% | 0.78% | - |
| XYZ | 26.63 | 15.13 | 11.87 | - |
| YUV | 98.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 93 | 0 | 0.75 | 0.53 | 0.22 | 342.4 | 0.6 | 0.49 |
| Hex | C7 | 31 | 5D | 0 | 4B | 35 | 16 | 156 | 3C | 31 |
| Octal | 307 | 61 | 135 | 0 | 113 | 65 | 26 | 526 | 74 | 61 |
| Binary | 11000111 | 110001 | 1011101 | 0 | 1001011 | 110101 | 10110 | 101010110 | 111100 | 110001 |
Color Harmonies of #C7315D
Complementary color
Monochromatic Colors of #C7315D
Black with #C7315D
Text Example
Text Example
White with #C7315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7315D; }
p { color: rgb(199,49,93); }
H1.HeaderClassName
{
color: #C7315D;
}
.AnyTagClassName
{
color: #C7315D;
}
</style>
background-color css
<style>
a { background-color: #C7315D; }
a { background-color: rgb(199,49,93); }
div.DivClassName
{
background-color: #C7315D;
}
.BgClassName
{
background-color: #C7315D;
}
</style>
border-color css
<style>
span { border-color: #C7315D; }
span { border-color: rgb(199,49,93); }
td.TdClassName
{
border-color: #C7315D;
}
.TagClassName
{
border-color: #C7315D;
}
</style>