Shades of Old Rose #C7244A
Tints of Old Rose #C7244A
RGB
CMYK
RGB Variations
Color information
#C7244A (or 0xC7244A) is known color: Old Rose. HEX triplet: C7, 24 and 4A. RGB value is (199,36,74). Sum of RGB (Red+Green+Blue) = 199+36+74=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7244A is #38DBB5. Grayscale: #595959. Windows color (decimal): -3726262 or 4859079. OLE color: 4859079.
HSL color Cylindrical-coordinate representation of color #C7244A: hue angle of 346.01º 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 #C7244A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 74 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.22 |
| HSL | 346.01º | 0.69% | 0.46% | - |
| HSV(B) | 346.01º | 0.82% | 0.78% | - |
| XYZ | 25.42 | 13.9 | 7.82 | - |
| YUV | 89.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 74 | 0 | 0.82 | 0.63 | 0.22 | 346.01 | 0.69 | 0.46 |
| Hex | C7 | 24 | 4A | 0 | 52 | 3F | 16 | 15A | 45 | 2E |
| Octal | 307 | 44 | 112 | 0 | 122 | 77 | 26 | 532 | 105 | 56 |
| Binary | 11000111 | 100100 | 1001010 | 0 | 1010010 | 111111 | 10110 | 101011010 | 1000101 | 101110 |
Color Harmonies of #C7244A
Complementary color
Monochromatic Colors of #C7244A
Black with #C7244A
Text Example
Text Example
White with #C7244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7244A; }
p { color: rgb(199,36,74); }
H1.HeaderClassName
{
color: #C7244A;
}
.AnyTagClassName
{
color: #C7244A;
}
</style>
background-color css
<style>
a { background-color: #C7244A; }
a { background-color: rgb(199,36,74); }
div.DivClassName
{
background-color: #C7244A;
}
.BgClassName
{
background-color: #C7244A;
}
</style>
border-color css
<style>
span { border-color: #C7244A; }
span { border-color: rgb(199,36,74); }
td.TdClassName
{
border-color: #C7244A;
}
.TagClassName
{
border-color: #C7244A;
}
</style>