Shades of Old Rose #C7225D
Tints of Old Rose #C7225D
RGB
CMYK
RGB Variations
Color information
#C7225D (or 0xC7225D) is known color: Old Rose. HEX triplet: C7, 22 and 5D. RGB value is (199,34,93). Sum of RGB (Red+Green+Blue) = 199+34+93=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7225D is #38DDA2. Grayscale: #595959. Windows color (decimal): -3726755 or 6103751. OLE color: 6103751.
HSL color Cylindrical-coordinate representation of color #C7225D: hue angle of 338.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7225D is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 93 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.22 |
| HSL | 338.55º | 0.71% | 0.46% | - |
| HSV(B) | 338.55º | 0.83% | 0.78% | - |
| XYZ | 26.1 | 14.08 | 11.7 | - |
| YUV | 90.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 93 | 0 | 0.83 | 0.53 | 0.22 | 338.55 | 0.71 | 0.46 |
| Hex | C7 | 22 | 5D | 0 | 53 | 35 | 16 | 153 | 47 | 2E |
| Octal | 307 | 42 | 135 | 0 | 123 | 65 | 26 | 523 | 107 | 56 |
| Binary | 11000111 | 100010 | 1011101 | 0 | 1010011 | 110101 | 10110 | 101010011 | 1000111 | 101110 |
Color Harmonies of #C7225D
Complementary color
Monochromatic Colors of #C7225D
Black with #C7225D
Text Example
Text Example
White with #C7225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7225D; }
p { color: rgb(199,34,93); }
H1.HeaderClassName
{
color: #C7225D;
}
.AnyTagClassName
{
color: #C7225D;
}
</style>
background-color css
<style>
a { background-color: #C7225D; }
a { background-color: rgb(199,34,93); }
div.DivClassName
{
background-color: #C7225D;
}
.BgClassName
{
background-color: #C7225D;
}
</style>
border-color css
<style>
span { border-color: #C7225D; }
span { border-color: rgb(199,34,93); }
td.TdClassName
{
border-color: #C7225D;
}
.TagClassName
{
border-color: #C7225D;
}
</style>