Shades of Old Rose #C7404D
Tints of Old Rose #C7404D
RGB
CMYK
RGB Variations
Color information
#C7404D (or 0xC7404D) is known color: Old Rose. HEX triplet: C7, 40 and 4D. RGB value is (199,64,77). Sum of RGB (Red+Green+Blue) = 199+64+77=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7404D is #38BFB2. Grayscale: #696969. Windows color (decimal): -3719091 or 5062855. OLE color: 5062855.
HSL color Cylindrical-coordinate representation of color #C7404D: hue angle of 354.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7404D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.22 |
| HSL | 354.22º | 0.55% | 0.52% | - |
| HSV(B) | 354.22º | 0.68% | 0.78% | - |
| XYZ | 26.73 | 16.34 | 8.77 | - |
| YUV | 105.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 77 | 0 | 0.68 | 0.61 | 0.22 | 354.22 | 0.55 | 0.52 |
| Hex | C7 | 40 | 4D | 0 | 44 | 3D | 16 | 162 | 37 | 34 |
| Octal | 307 | 100 | 115 | 0 | 104 | 75 | 26 | 542 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1001101 | 0 | 1000100 | 111101 | 10110 | 101100010 | 110111 | 110100 |
Color Harmonies of #C7404D
Complementary color
Monochromatic Colors of #C7404D
Black with #C7404D
Text Example
Text Example
White with #C7404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7404D; }
p { color: rgb(199,64,77); }
H1.HeaderClassName
{
color: #C7404D;
}
.AnyTagClassName
{
color: #C7404D;
}
</style>
background-color css
<style>
a { background-color: #C7404D; }
a { background-color: rgb(199,64,77); }
div.DivClassName
{
background-color: #C7404D;
}
.BgClassName
{
background-color: #C7404D;
}
</style>
border-color css
<style>
span { border-color: #C7404D; }
span { border-color: rgb(199,64,77); }
td.TdClassName
{
border-color: #C7404D;
}
.TagClassName
{
border-color: #C7404D;
}
</style>