Shades of Old Rose #C7394C
Tints of Old Rose #C7394C
RGB
CMYK
RGB Variations
Color information
#C7394C (or 0xC7394C) is known color: Old Rose. HEX triplet: C7, 39 and 4C. RGB value is (199,57,76). Sum of RGB (Red+Green+Blue) = 199+57+76=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7394C is #38C6B3. Grayscale: #656565. Windows color (decimal): -3720884 or 4995527. OLE color: 4995527.
HSL color Cylindrical-coordinate representation of color #C7394C: hue angle of 351.97º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7394C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 76 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.22 |
| HSL | 351.97º | 0.56% | 0.5% | - |
| HSV(B) | 351.97º | 0.71% | 0.78% | - |
| XYZ | 26.32 | 15.59 | 8.46 | - |
| YUV | 101.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 76 | 0 | 0.71 | 0.62 | 0.22 | 351.97 | 0.56 | 0.5 |
| Hex | C7 | 39 | 4C | 0 | 47 | 3E | 16 | 160 | 38 | 32 |
| Octal | 307 | 71 | 114 | 0 | 107 | 76 | 26 | 540 | 70 | 62 |
| Binary | 11000111 | 111001 | 1001100 | 0 | 1000111 | 111110 | 10110 | 101100000 | 111000 | 110010 |
Color Harmonies of #C7394C
Complementary color
Monochromatic Colors of #C7394C
Black with #C7394C
Text Example
Text Example
White with #C7394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7394C; }
p { color: rgb(199,57,76); }
H1.HeaderClassName
{
color: #C7394C;
}
.AnyTagClassName
{
color: #C7394C;
}
</style>
background-color css
<style>
a { background-color: #C7394C; }
a { background-color: rgb(199,57,76); }
div.DivClassName
{
background-color: #C7394C;
}
.BgClassName
{
background-color: #C7394C;
}
</style>
border-color css
<style>
span { border-color: #C7394C; }
span { border-color: rgb(199,57,76); }
td.TdClassName
{
border-color: #C7394C;
}
.TagClassName
{
border-color: #C7394C;
}
</style>