Shades of Old Rose #C7204F
Tints of Old Rose #C7204F
RGB
CMYK
RGB Variations
Color information
#C7204F (or 0xC7204F) is known color: Old Rose. HEX triplet: C7, 20 and 4F. RGB value is (199,32,79). Sum of RGB (Red+Green+Blue) = 199+32+79=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7204F is #38DFB0. Grayscale: #575757. Windows color (decimal): -3727281 or 5185735. OLE color: 5185735.
HSL color Cylindrical-coordinate representation of color #C7204F: hue angle of 343.11º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7204F is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 79 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.22 |
| HSL | 343.11º | 0.72% | 0.45% | - |
| HSV(B) | 343.11º | 0.84% | 0.78% | - |
| XYZ | 25.48 | 13.74 | 8.71 | - |
| YUV | 87.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 79 | 0 | 0.84 | 0.60 | 0.22 | 343.11 | 0.72 | 0.45 |
| Hex | C7 | 20 | 4F | 0 | 54 | 3C | 16 | 157 | 48 | 2D |
| Octal | 307 | 40 | 117 | 0 | 124 | 74 | 26 | 527 | 110 | 55 |
| Binary | 11000111 | 100000 | 1001111 | 0 | 1010100 | 111100 | 10110 | 101010111 | 1001000 | 101101 |
Color Harmonies of #C7204F
Complementary color
Monochromatic Colors of #C7204F
Black with #C7204F
Text Example
Text Example
White with #C7204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7204F; }
p { color: rgb(199,32,79); }
H1.HeaderClassName
{
color: #C7204F;
}
.AnyTagClassName
{
color: #C7204F;
}
</style>
background-color css
<style>
a { background-color: #C7204F; }
a { background-color: rgb(199,32,79); }
div.DivClassName
{
background-color: #C7204F;
}
.BgClassName
{
background-color: #C7204F;
}
</style>
border-color css
<style>
span { border-color: #C7204F; }
span { border-color: rgb(199,32,79); }
td.TdClassName
{
border-color: #C7204F;
}
.TagClassName
{
border-color: #C7204F;
}
</style>