Shades of Old Rose #C7404C
Tints of Old Rose #C7404C
RGB
CMYK
RGB Variations
Color information
#C7404C (or 0xC7404C) is known color: Old Rose. HEX triplet: C7, 40 and 4C. RGB value is (199,64,76). Sum of RGB (Red+Green+Blue) = 199+64+76=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7404C is #38BFB3. Grayscale: #696969. Windows color (decimal): -3719092 or 4997319. OLE color: 4997319.
HSL color Cylindrical-coordinate representation of color #C7404C: hue angle of 354.67º 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 #C7404C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 76 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 354.67º | 0.55% | 0.52% | - |
| HSV(B) | 354.67º | 0.68% | 0.78% | - |
| XYZ | 26.69 | 16.33 | 8.58 | - |
| YUV | 105.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 76 | 0 | 0.68 | 0.62 | 0.22 | 354.67 | 0.55 | 0.52 |
| Hex | C7 | 40 | 4C | 0 | 44 | 3E | 16 | 163 | 37 | 34 |
| Octal | 307 | 100 | 114 | 0 | 104 | 76 | 26 | 543 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1001100 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C7404C
Complementary color
Monochromatic Colors of #C7404C
Black with #C7404C
Text Example
Text Example
White with #C7404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7404C; }
p { color: rgb(199,64,76); }
H1.HeaderClassName
{
color: #C7404C;
}
.AnyTagClassName
{
color: #C7404C;
}
</style>
background-color css
<style>
a { background-color: #C7404C; }
a { background-color: rgb(199,64,76); }
div.DivClassName
{
background-color: #C7404C;
}
.BgClassName
{
background-color: #C7404C;
}
</style>
border-color css
<style>
span { border-color: #C7404C; }
span { border-color: rgb(199,64,76); }
td.TdClassName
{
border-color: #C7404C;
}
.TagClassName
{
border-color: #C7404C;
}
</style>