Shades of Old Rose #C7204D
Tints of Old Rose #C7204D
RGB
CMYK
RGB Variations
Color information
#C7204D (or 0xC7204D) is known color: Old Rose. HEX triplet: C7, 20 and 4D. RGB value is (199,32,77). Sum of RGB (Red+Green+Blue) = 199+32+77=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7204D is #38DFB2. Grayscale: #575757. Windows color (decimal): -3727283 or 5054663. OLE color: 5054663.
HSL color Cylindrical-coordinate representation of color #C7204D: hue angle of 343.83º 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 #C7204D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.22 |
| HSL | 343.83º | 0.72% | 0.45% | - |
| HSV(B) | 343.83º | 0.84% | 0.78% | - |
| XYZ | 25.41 | 13.71 | 8.33 | - |
| YUV | 87.06 | 122.33 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 77 | 0 | 0.84 | 0.61 | 0.22 | 343.83 | 0.72 | 0.45 |
| Hex | C7 | 20 | 4D | 0 | 54 | 3D | 16 | 158 | 48 | 2D |
| Octal | 307 | 40 | 115 | 0 | 124 | 75 | 26 | 530 | 110 | 55 |
| Binary | 11000111 | 100000 | 1001101 | 0 | 1010100 | 111101 | 10110 | 101011000 | 1001000 | 101101 |
Color Harmonies of #C7204D
Complementary color
Monochromatic Colors of #C7204D
Black with #C7204D
Text Example
Text Example
White with #C7204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7204D; }
p { color: rgb(199,32,77); }
H1.HeaderClassName
{
color: #C7204D;
}
.AnyTagClassName
{
color: #C7204D;
}
</style>
background-color css
<style>
a { background-color: #C7204D; }
a { background-color: rgb(199,32,77); }
div.DivClassName
{
background-color: #C7204D;
}
.BgClassName
{
background-color: #C7204D;
}
</style>
border-color css
<style>
span { border-color: #C7204D; }
span { border-color: rgb(199,32,77); }
td.TdClassName
{
border-color: #C7204D;
}
.TagClassName
{
border-color: #C7204D;
}
</style>