Shades of Old Rose #C7344D
Tints of Old Rose #C7344D
RGB
CMYK
RGB Variations
Color information
#C7344D (or 0xC7344D) is known color: Old Rose. HEX triplet: C7, 34 and 4D. RGB value is (199,52,77). Sum of RGB (Red+Green+Blue) = 199+52+77=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7344D is #38CBB2. Grayscale: #626262. Windows color (decimal): -3722163 or 5059783. OLE color: 5059783.
HSL color Cylindrical-coordinate representation of color #C7344D: hue angle of 349.8º 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 #C7344D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 77 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.22 |
| HSL | 349.8º | 0.59% | 0.49% | - |
| HSV(B) | 349.8º | 0.74% | 0.78% | - |
| XYZ | 26.12 | 15.13 | 8.57 | - |
| YUV | 98.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 77 | 0 | 0.74 | 0.61 | 0.22 | 349.8 | 0.59 | 0.49 |
| Hex | C7 | 34 | 4D | 0 | 4A | 3D | 16 | 15E | 3B | 31 |
| Octal | 307 | 64 | 115 | 0 | 112 | 75 | 26 | 536 | 73 | 61 |
| Binary | 11000111 | 110100 | 1001101 | 0 | 1001010 | 111101 | 10110 | 101011110 | 111011 | 110001 |
Color Harmonies of #C7344D
Complementary color
Monochromatic Colors of #C7344D
Black with #C7344D
Text Example
Text Example
White with #C7344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7344D; }
p { color: rgb(199,52,77); }
H1.HeaderClassName
{
color: #C7344D;
}
.AnyTagClassName
{
color: #C7344D;
}
</style>
background-color css
<style>
a { background-color: #C7344D; }
a { background-color: rgb(199,52,77); }
div.DivClassName
{
background-color: #C7344D;
}
.BgClassName
{
background-color: #C7344D;
}
</style>
border-color css
<style>
span { border-color: #C7344D; }
span { border-color: rgb(199,52,77); }
td.TdClassName
{
border-color: #C7344D;
}
.TagClassName
{
border-color: #C7344D;
}
</style>