Shades of Old Rose #C3194F
Tints of Old Rose #C3194F
RGB
CMYK
RGB Variations
Color information
#C3194F (or 0xC3194F) is known color: Old Rose. HEX triplet: C3, 19 and 4F. RGB value is (195,25,79). Sum of RGB (Red+Green+Blue) = 195+25+79=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C3194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3194F is #3CE6B0. Grayscale: #515151. Windows color (decimal): -3991217 or 5183939. OLE color: 5183939.
HSL color Cylindrical-coordinate representation of color #C3194F: hue angle of 340.94º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3194F is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 79 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.24 |
| HSL | 340.94º | 0.77% | 0.43% | - |
| HSV(B) | 340.94º | 0.87% | 0.76% | - |
| XYZ | 24.26 | 12.86 | 8.6 | - |
| YUV | 81.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 79 | 0 | 0.87 | 0.59 | 0.24 | 340.94 | 0.77 | 0.43 |
| Hex | C3 | 19 | 4F | 0 | 57 | 3B | 18 | 155 | 4D | 2B |
| Octal | 303 | 31 | 117 | 0 | 127 | 73 | 30 | 525 | 115 | 53 |
| Binary | 11000011 | 11001 | 1001111 | 0 | 1010111 | 111011 | 11000 | 101010101 | 1001101 | 101011 |
Color Harmonies of #C3194F
Complementary color
Monochromatic Colors of #C3194F
Black with #C3194F
Text Example
Text Example
White with #C3194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3194F; }
p { color: rgb(195,25,79); }
H1.HeaderClassName
{
color: #C3194F;
}
.AnyTagClassName
{
color: #C3194F;
}
</style>
background-color css
<style>
a { background-color: #C3194F; }
a { background-color: rgb(195,25,79); }
div.DivClassName
{
background-color: #C3194F;
}
.BgClassName
{
background-color: #C3194F;
}
</style>
border-color css
<style>
span { border-color: #C3194F; }
span { border-color: rgb(195,25,79); }
td.TdClassName
{
border-color: #C3194F;
}
.TagClassName
{
border-color: #C3194F;
}
</style>