Shades of Old Rose #C7314C
Tints of Old Rose #C7314C
RGB
CMYK
RGB Variations
Color information
#C7314C (or 0xC7314C) is known color: Old Rose. HEX triplet: C7, 31 and 4C. RGB value is (199,49,76). Sum of RGB (Red+Green+Blue) = 199+49+76=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7314C is #38CEB3. Grayscale: #606060. Windows color (decimal): -3722932 or 4993479. OLE color: 4993479.
HSL color Cylindrical-coordinate representation of color #C7314C: hue angle of 349.2º 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 #C7314C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 76 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.22 |
| HSL | 349.2º | 0.6% | 0.49% | - |
| HSV(B) | 349.2º | 0.75% | 0.78% | - |
| XYZ | 25.96 | 14.86 | 8.34 | - |
| YUV | 96.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 76 | 0 | 0.75 | 0.62 | 0.22 | 349.2 | 0.6 | 0.49 |
| Hex | C7 | 31 | 4C | 0 | 4B | 3E | 16 | 15D | 3C | 31 |
| Octal | 307 | 61 | 114 | 0 | 113 | 76 | 26 | 535 | 74 | 61 |
| Binary | 11000111 | 110001 | 1001100 | 0 | 1001011 | 111110 | 10110 | 101011101 | 111100 | 110001 |
Color Harmonies of #C7314C
Complementary color
Monochromatic Colors of #C7314C
Black with #C7314C
Text Example
Text Example
White with #C7314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7314C; }
p { color: rgb(199,49,76); }
H1.HeaderClassName
{
color: #C7314C;
}
.AnyTagClassName
{
color: #C7314C;
}
</style>
background-color css
<style>
a { background-color: #C7314C; }
a { background-color: rgb(199,49,76); }
div.DivClassName
{
background-color: #C7314C;
}
.BgClassName
{
background-color: #C7314C;
}
</style>
border-color css
<style>
span { border-color: #C7314C; }
span { border-color: rgb(199,49,76); }
td.TdClassName
{
border-color: #C7314C;
}
.TagClassName
{
border-color: #C7314C;
}
</style>