Shades of Old Rose #C7325B
Tints of Old Rose #C7325B
RGB
CMYK
RGB Variations
Color information
#C7325B (or 0xC7325B) is known color: Old Rose. HEX triplet: C7, 32 and 5B. RGB value is (199,50,91). Sum of RGB (Red+Green+Blue) = 199+50+91=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7325B is #38CDA4. Grayscale: #636363. Windows color (decimal): -3722661 or 5976775. OLE color: 5976775.
HSL color Cylindrical-coordinate representation of color #C7325B: hue angle of 343.49º 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 #C7325B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 91 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.22 |
| HSL | 343.49º | 0.6% | 0.49% | - |
| HSV(B) | 343.49º | 0.75% | 0.78% | - |
| XYZ | 26.58 | 15.18 | 11.43 | - |
| YUV | 99.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 91 | 0 | 0.75 | 0.54 | 0.22 | 343.49 | 0.6 | 0.49 |
| Hex | C7 | 32 | 5B | 0 | 4B | 36 | 16 | 157 | 3C | 31 |
| Octal | 307 | 62 | 133 | 0 | 113 | 66 | 26 | 527 | 74 | 61 |
| Binary | 11000111 | 110010 | 1011011 | 0 | 1001011 | 110110 | 10110 | 101010111 | 111100 | 110001 |
Color Harmonies of #C7325B
Complementary color
Monochromatic Colors of #C7325B
Black with #C7325B
Text Example
Text Example
White with #C7325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7325B; }
p { color: rgb(199,50,91); }
H1.HeaderClassName
{
color: #C7325B;
}
.AnyTagClassName
{
color: #C7325B;
}
</style>
background-color css
<style>
a { background-color: #C7325B; }
a { background-color: rgb(199,50,91); }
div.DivClassName
{
background-color: #C7325B;
}
.BgClassName
{
background-color: #C7325B;
}
</style>
border-color css
<style>
span { border-color: #C7325B; }
span { border-color: rgb(199,50,91); }
td.TdClassName
{
border-color: #C7325B;
}
.TagClassName
{
border-color: #C7325B;
}
</style>