Shades of Old Rose #C31750
Tints of Old Rose #C31750
RGB
CMYK
RGB Variations
Color information
#C31750 (or 0xC31750) is known color: Old Rose. HEX triplet: C3, 17 and 50. RGB value is (195,23,80). Sum of RGB (Red+Green+Blue) = 195+23+80=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31750 is #3CE8AF. Grayscale: #505050. Windows color (decimal): -3991728 or 5248963. OLE color: 5248963.
HSL color Cylindrical-coordinate representation of color #C31750: hue angle of 340.12º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31750 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 80 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.24 |
| HSL | 340.12º | 0.79% | 0.43% | - |
| HSV(B) | 340.12º | 0.88% | 0.76% | - |
| XYZ | 24.26 | 12.79 | 8.78 | - |
| YUV | 80.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 80 | 0 | 0.88 | 0.59 | 0.24 | 340.12 | 0.79 | 0.43 |
| Hex | C3 | 17 | 50 | 0 | 58 | 3B | 18 | 154 | 4F | 2B |
| Octal | 303 | 27 | 120 | 0 | 130 | 73 | 30 | 524 | 117 | 53 |
| Binary | 11000011 | 10111 | 1010000 | 0 | 1011000 | 111011 | 11000 | 101010100 | 1001111 | 101011 |
Color Harmonies of #C31750
Complementary color
Monochromatic Colors of #C31750
Black with #C31750
Text Example
Text Example
White with #C31750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31750; }
p { color: rgb(195,23,80); }
H1.HeaderClassName
{
color: #C31750;
}
.AnyTagClassName
{
color: #C31750;
}
</style>
background-color css
<style>
a { background-color: #C31750; }
a { background-color: rgb(195,23,80); }
div.DivClassName
{
background-color: #C31750;
}
.BgClassName
{
background-color: #C31750;
}
</style>
border-color css
<style>
span { border-color: #C31750; }
span { border-color: rgb(195,23,80); }
td.TdClassName
{
border-color: #C31750;
}
.TagClassName
{
border-color: #C31750;
}
</style>