Shades of Old Rose #C7344E
Tints of Old Rose #C7344E
RGB
CMYK
RGB Variations
Color information
#C7344E (or 0xC7344E) is known color: Old Rose. HEX triplet: C7, 34 and 4E. RGB value is (199,52,78). Sum of RGB (Red+Green+Blue) = 199+52+78=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7344E is #38CBB1. Grayscale: #626262. Windows color (decimal): -3722162 or 5125319. OLE color: 5125319.
HSL color Cylindrical-coordinate representation of color #C7344E: hue angle of 349.39º 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 #C7344E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 78 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.22 |
| HSL | 349.39º | 0.59% | 0.49% | - |
| HSV(B) | 349.39º | 0.74% | 0.78% | - |
| XYZ | 26.16 | 15.15 | 8.75 | - |
| YUV | 98.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 78 | 0 | 0.74 | 0.61 | 0.22 | 349.39 | 0.59 | 0.49 |
| Hex | C7 | 34 | 4E | 0 | 4A | 3D | 16 | 15D | 3B | 31 |
| Octal | 307 | 64 | 116 | 0 | 112 | 75 | 26 | 535 | 73 | 61 |
| Binary | 11000111 | 110100 | 1001110 | 0 | 1001010 | 111101 | 10110 | 101011101 | 111011 | 110001 |
Color Harmonies of #C7344E
Complementary color
Monochromatic Colors of #C7344E
Black with #C7344E
Text Example
Text Example
White with #C7344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7344E; }
p { color: rgb(199,52,78); }
H1.HeaderClassName
{
color: #C7344E;
}
.AnyTagClassName
{
color: #C7344E;
}
</style>
background-color css
<style>
a { background-color: #C7344E; }
a { background-color: rgb(199,52,78); }
div.DivClassName
{
background-color: #C7344E;
}
.BgClassName
{
background-color: #C7344E;
}
</style>
border-color css
<style>
span { border-color: #C7344E; }
span { border-color: rgb(199,52,78); }
td.TdClassName
{
border-color: #C7344E;
}
.TagClassName
{
border-color: #C7344E;
}
</style>