Shades of Old Rose #C31C51
Tints of Old Rose #C31C51
RGB
CMYK
RGB Variations
Color information
#C31C51 (or 0xC31C51) is known color: Old Rose. HEX triplet: C3, 1C and 51. RGB value is (195,28,81). Sum of RGB (Red+Green+Blue) = 195+28+81=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C51 is #3CE3AE. Grayscale: #535353. Windows color (decimal): -3990447 or 5315779. OLE color: 5315779.
HSL color Cylindrical-coordinate representation of color #C31C51: hue angle of 340.96º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C51 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 81 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.24 |
| HSL | 340.96º | 0.75% | 0.44% | - |
| HSV(B) | 340.96º | 0.86% | 0.76% | - |
| XYZ | 24.41 | 13.03 | 9.01 | - |
| YUV | 83.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 81 | 0 | 0.86 | 0.58 | 0.24 | 340.96 | 0.75 | 0.44 |
| Hex | C3 | 1C | 51 | 0 | 56 | 3A | 18 | 155 | 4B | 2C |
| Octal | 303 | 34 | 121 | 0 | 126 | 72 | 30 | 525 | 113 | 54 |
| Binary | 11000011 | 11100 | 1010001 | 0 | 1010110 | 111010 | 11000 | 101010101 | 1001011 | 101100 |
Color Harmonies of #C31C51
Complementary color
Monochromatic Colors of #C31C51
Black with #C31C51
Text Example
Text Example
White with #C31C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C51; }
p { color: rgb(195,28,81); }
H1.HeaderClassName
{
color: #C31C51;
}
.AnyTagClassName
{
color: #C31C51;
}
</style>
background-color css
<style>
a { background-color: #C31C51; }
a { background-color: rgb(195,28,81); }
div.DivClassName
{
background-color: #C31C51;
}
.BgClassName
{
background-color: #C31C51;
}
</style>
border-color css
<style>
span { border-color: #C31C51; }
span { border-color: rgb(195,28,81); }
td.TdClassName
{
border-color: #C31C51;
}
.TagClassName
{
border-color: #C31C51;
}
</style>