Shades of Old Rose #C8194F
Tints of Old Rose #C8194F
RGB
CMYK
RGB Variations
Color information
#C8194F (or 0xC8194F) is known color: Old Rose. HEX triplet: C8, 19 and 4F. RGB value is (200,25,79). Sum of RGB (Red+Green+Blue) = 200+25+79=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C8194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8194F is #37E6B0. Grayscale: #535353. Windows color (decimal): -3663537 or 5183944. OLE color: 5183944.
HSL color Cylindrical-coordinate representation of color #C8194F: hue angle of 341.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8194F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 79 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.22 |
| HSL | 341.49º | 0.78% | 0.44% | - |
| HSV(B) | 341.49º | 0.88% | 0.78% | - |
| XYZ | 25.58 | 13.54 | 8.66 | - |
| YUV | 83.48 | 125.48 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 79 | 0 | 0.88 | 0.60 | 0.22 | 341.49 | 0.78 | 0.44 |
| Hex | C8 | 19 | 4F | 0 | 58 | 3C | 16 | 155 | 4E | 2C |
| Octal | 310 | 31 | 117 | 0 | 130 | 74 | 26 | 525 | 116 | 54 |
| Binary | 11001000 | 11001 | 1001111 | 0 | 1011000 | 111100 | 10110 | 101010101 | 1001110 | 101100 |
Color Harmonies of #C8194F
Complementary color
Monochromatic Colors of #C8194F
Black with #C8194F
Text Example
Text Example
White with #C8194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8194F; }
p { color: rgb(200,25,79); }
H1.HeaderClassName
{
color: #C8194F;
}
.AnyTagClassName
{
color: #C8194F;
}
</style>
background-color css
<style>
a { background-color: #C8194F; }
a { background-color: rgb(200,25,79); }
div.DivClassName
{
background-color: #C8194F;
}
.BgClassName
{
background-color: #C8194F;
}
</style>
border-color css
<style>
span { border-color: #C8194F; }
span { border-color: rgb(200,25,79); }
td.TdClassName
{
border-color: #C8194F;
}
.TagClassName
{
border-color: #C8194F;
}
</style>