Shades of Old Rose #C7245D
Tints of Old Rose #C7245D
RGB
CMYK
RGB Variations
Color information
#C7245D (or 0xC7245D) is known color: Old Rose. HEX triplet: C7, 24 and 5D. RGB value is (199,36,93). Sum of RGB (Red+Green+Blue) = 199+36+93=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7245D is #38DBA2. Grayscale: #5B5B5B. Windows color (decimal): -3726243 or 6104263. OLE color: 6104263.
HSL color Cylindrical-coordinate representation of color #C7245D: hue angle of 339.02º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7245D is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 93 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.22 |
| HSL | 339.02º | 0.69% | 0.46% | - |
| HSV(B) | 339.02º | 0.82% | 0.78% | - |
| XYZ | 26.16 | 14.19 | 11.72 | - |
| YUV | 91.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 93 | 0 | 0.82 | 0.53 | 0.22 | 339.02 | 0.69 | 0.46 |
| Hex | C7 | 24 | 5D | 0 | 52 | 35 | 16 | 153 | 45 | 2E |
| Octal | 307 | 44 | 135 | 0 | 122 | 65 | 26 | 523 | 105 | 56 |
| Binary | 11000111 | 100100 | 1011101 | 0 | 1010010 | 110101 | 10110 | 101010011 | 1000101 | 101110 |
Color Harmonies of #C7245D
Complementary color
Monochromatic Colors of #C7245D
Black with #C7245D
Text Example
Text Example
White with #C7245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7245D; }
p { color: rgb(199,36,93); }
H1.HeaderClassName
{
color: #C7245D;
}
.AnyTagClassName
{
color: #C7245D;
}
</style>
background-color css
<style>
a { background-color: #C7245D; }
a { background-color: rgb(199,36,93); }
div.DivClassName
{
background-color: #C7245D;
}
.BgClassName
{
background-color: #C7245D;
}
</style>
border-color css
<style>
span { border-color: #C7245D; }
span { border-color: rgb(199,36,93); }
td.TdClassName
{
border-color: #C7245D;
}
.TagClassName
{
border-color: #C7245D;
}
</style>