Shades of Old Rose #C7345E
Tints of Old Rose #C7345E
RGB
CMYK
RGB Variations
Color information
#C7345E (or 0xC7345E) is known color: Old Rose. HEX triplet: C7, 34 and 5E. RGB value is (199,52,94). Sum of RGB (Red+Green+Blue) = 199+52+94=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7345E is #38CBA1. Grayscale: #646464. Windows color (decimal): -3722146 or 6173895. OLE color: 6173895.
HSL color Cylindrical-coordinate representation of color #C7345E: hue angle of 342.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7345E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 94 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.22 |
| HSL | 342.86º | 0.59% | 0.49% | - |
| HSV(B) | 342.86º | 0.74% | 0.78% | - |
| XYZ | 26.8 | 15.41 | 12.15 | - |
| YUV | 100.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 94 | 0 | 0.74 | 0.53 | 0.22 | 342.86 | 0.59 | 0.49 |
| Hex | C7 | 34 | 5E | 0 | 4A | 35 | 16 | 157 | 3B | 31 |
| Octal | 307 | 64 | 136 | 0 | 112 | 65 | 26 | 527 | 73 | 61 |
| Binary | 11000111 | 110100 | 1011110 | 0 | 1001010 | 110101 | 10110 | 101010111 | 111011 | 110001 |
Color Harmonies of #C7345E
Complementary color
Monochromatic Colors of #C7345E
Black with #C7345E
Text Example
Text Example
White with #C7345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7345E; }
p { color: rgb(199,52,94); }
H1.HeaderClassName
{
color: #C7345E;
}
.AnyTagClassName
{
color: #C7345E;
}
</style>
background-color css
<style>
a { background-color: #C7345E; }
a { background-color: rgb(199,52,94); }
div.DivClassName
{
background-color: #C7345E;
}
.BgClassName
{
background-color: #C7345E;
}
</style>
border-color css
<style>
span { border-color: #C7345E; }
span { border-color: rgb(199,52,94); }
td.TdClassName
{
border-color: #C7345E;
}
.TagClassName
{
border-color: #C7345E;
}
</style>