Shades of Old Rose #C7325A
Tints of Old Rose #C7325A
RGB
CMYK
RGB Variations
Color information
#C7325A (or 0xC7325A) is known color: Old Rose. HEX triplet: C7, 32 and 5A. RGB value is (199,50,90). Sum of RGB (Red+Green+Blue) = 199+50+90=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7325A is #38CDA5. Grayscale: #636363. Windows color (decimal): -3722662 or 5911239. OLE color: 5911239.
HSL color Cylindrical-coordinate representation of color #C7325A: hue angle of 343.89º 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 #C7325A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 90 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.22 |
| HSL | 343.89º | 0.6% | 0.49% | - |
| HSV(B) | 343.89º | 0.75% | 0.78% | - |
| XYZ | 26.54 | 15.16 | 11.2 | - |
| YUV | 99.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 90 | 0 | 0.75 | 0.55 | 0.22 | 343.89 | 0.6 | 0.49 |
| Hex | C7 | 32 | 5A | 0 | 4B | 37 | 16 | 158 | 3C | 31 |
| Octal | 307 | 62 | 132 | 0 | 113 | 67 | 26 | 530 | 74 | 61 |
| Binary | 11000111 | 110010 | 1011010 | 0 | 1001011 | 110111 | 10110 | 101011000 | 111100 | 110001 |
Color Harmonies of #C7325A
Complementary color
Monochromatic Colors of #C7325A
Black with #C7325A
Text Example
Text Example
White with #C7325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7325A; }
p { color: rgb(199,50,90); }
H1.HeaderClassName
{
color: #C7325A;
}
.AnyTagClassName
{
color: #C7325A;
}
</style>
background-color css
<style>
a { background-color: #C7325A; }
a { background-color: rgb(199,50,90); }
div.DivClassName
{
background-color: #C7325A;
}
.BgClassName
{
background-color: #C7325A;
}
</style>
border-color css
<style>
span { border-color: #C7325A; }
span { border-color: rgb(199,50,90); }
td.TdClassName
{
border-color: #C7325A;
}
.TagClassName
{
border-color: #C7325A;
}
</style>