Shades of Old Rose #C31957
Tints of Old Rose #C31957
RGB
CMYK
RGB Variations
Color information
#C31957 (or 0xC31957) is known color: Old Rose. HEX triplet: C3, 19 and 57. RGB value is (195,25,87). Sum of RGB (Red+Green+Blue) = 195+25+87=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C31957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31957 is #3CE6A8. Grayscale: #525252. Windows color (decimal): -3991209 or 5708227. OLE color: 5708227.
HSL color Cylindrical-coordinate representation of color #C31957: hue angle of 338.12º 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 #C31957 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 87 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.24 |
| HSL | 338.12º | 0.77% | 0.43% | - |
| HSV(B) | 338.12º | 0.87% | 0.76% | - |
| XYZ | 24.57 | 12.99 | 10.23 | - |
| YUV | 82.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 87 | 0 | 0.87 | 0.55 | 0.24 | 338.12 | 0.77 | 0.43 |
| Hex | C3 | 19 | 57 | 0 | 57 | 37 | 18 | 152 | 4D | 2B |
| Octal | 303 | 31 | 127 | 0 | 127 | 67 | 30 | 522 | 115 | 53 |
| Binary | 11000011 | 11001 | 1010111 | 0 | 1010111 | 110111 | 11000 | 101010010 | 1001101 | 101011 |
Color Harmonies of #C31957
Complementary color
Monochromatic Colors of #C31957
Black with #C31957
Text Example
Text Example
White with #C31957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31957; }
p { color: rgb(195,25,87); }
H1.HeaderClassName
{
color: #C31957;
}
.AnyTagClassName
{
color: #C31957;
}
</style>
background-color css
<style>
a { background-color: #C31957; }
a { background-color: rgb(195,25,87); }
div.DivClassName
{
background-color: #C31957;
}
.BgClassName
{
background-color: #C31957;
}
</style>
border-color css
<style>
span { border-color: #C31957; }
span { border-color: rgb(195,25,87); }
td.TdClassName
{
border-color: #C31957;
}
.TagClassName
{
border-color: #C31957;
}
</style>