Shades of Old Rose #C4194F
Tints of Old Rose #C4194F
RGB
CMYK
RGB Variations
Color information
#C4194F (or 0xC4194F) is known color: Old Rose. HEX triplet: C4, 19 and 4F. RGB value is (196,25,79). Sum of RGB (Red+Green+Blue) = 196+25+79=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C4194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4194F is #3BE6B0. Grayscale: #525252. Windows color (decimal): -3925681 or 5183940. OLE color: 5183940.
HSL color Cylindrical-coordinate representation of color #C4194F: hue angle of 341.05º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4194F is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 79 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.23 |
| HSL | 341.05º | 0.77% | 0.43% | - |
| HSV(B) | 341.05º | 0.87% | 0.77% | - |
| XYZ | 24.52 | 13 | 8.61 | - |
| YUV | 82.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 79 | 0 | 0.87 | 0.60 | 0.23 | 341.05 | 0.77 | 0.43 |
| Hex | C4 | 19 | 4F | 0 | 57 | 3C | 17 | 155 | 4D | 2B |
| Octal | 304 | 31 | 117 | 0 | 127 | 74 | 27 | 525 | 115 | 53 |
| Binary | 11000100 | 11001 | 1001111 | 0 | 1010111 | 111100 | 10111 | 101010101 | 1001101 | 101011 |
Color Harmonies of #C4194F
Complementary color
Monochromatic Colors of #C4194F
Black with #C4194F
Text Example
Text Example
White with #C4194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4194F; }
p { color: rgb(196,25,79); }
H1.HeaderClassName
{
color: #C4194F;
}
.AnyTagClassName
{
color: #C4194F;
}
</style>
background-color css
<style>
a { background-color: #C4194F; }
a { background-color: rgb(196,25,79); }
div.DivClassName
{
background-color: #C4194F;
}
.BgClassName
{
background-color: #C4194F;
}
</style>
border-color css
<style>
span { border-color: #C4194F; }
span { border-color: rgb(196,25,79); }
td.TdClassName
{
border-color: #C4194F;
}
.TagClassName
{
border-color: #C4194F;
}
</style>