Shades of Old Rose #C7324D
Tints of Old Rose #C7324D
RGB
CMYK
RGB Variations
Color information
#C7324D (or 0xC7324D) is known color: Old Rose. HEX triplet: C7, 32 and 4D. RGB value is (199,50,77). Sum of RGB (Red+Green+Blue) = 199+50+77=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7324D is #38CDB2. Grayscale: #616161. Windows color (decimal): -3722675 or 5059271. OLE color: 5059271.
HSL color Cylindrical-coordinate representation of color #C7324D: hue angle of 349.13º 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 #C7324D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 77 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.22 |
| HSL | 349.13º | 0.6% | 0.49% | - |
| HSV(B) | 349.13º | 0.75% | 0.78% | - |
| XYZ | 26.03 | 14.96 | 8.54 | - |
| YUV | 97.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 77 | 0 | 0.75 | 0.61 | 0.22 | 349.13 | 0.6 | 0.49 |
| Hex | C7 | 32 | 4D | 0 | 4B | 3D | 16 | 15D | 3C | 31 |
| Octal | 307 | 62 | 115 | 0 | 113 | 75 | 26 | 535 | 74 | 61 |
| Binary | 11000111 | 110010 | 1001101 | 0 | 1001011 | 111101 | 10110 | 101011101 | 111100 | 110001 |
Color Harmonies of #C7324D
Complementary color
Monochromatic Colors of #C7324D
Black with #C7324D
Text Example
Text Example
White with #C7324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7324D; }
p { color: rgb(199,50,77); }
H1.HeaderClassName
{
color: #C7324D;
}
.AnyTagClassName
{
color: #C7324D;
}
</style>
background-color css
<style>
a { background-color: #C7324D; }
a { background-color: rgb(199,50,77); }
div.DivClassName
{
background-color: #C7324D;
}
.BgClassName
{
background-color: #C7324D;
}
</style>
border-color css
<style>
span { border-color: #C7324D; }
span { border-color: rgb(199,50,77); }
td.TdClassName
{
border-color: #C7324D;
}
.TagClassName
{
border-color: #C7324D;
}
</style>