Shades of Old Rose #C31850
Tints of Old Rose #C31850
RGB
CMYK
RGB Variations
Color information
#C31850 (or 0xC31850) is known color: Old Rose. HEX triplet: C3, 18 and 50. RGB value is (195,24,80). Sum of RGB (Red+Green+Blue) = 195+24+80=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31850 is #3CE7AF. Grayscale: #515151. Windows color (decimal): -3991472 or 5249219. OLE color: 5249219.
HSL color Cylindrical-coordinate representation of color #C31850: hue angle of 340.35º degrees, saturation: 0.78, 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 #C31850 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 80 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.24 |
| HSL | 340.35º | 0.78% | 0.43% | - |
| HSV(B) | 340.35º | 0.88% | 0.76% | - |
| XYZ | 24.28 | 12.83 | 8.79 | - |
| YUV | 81.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 80 | 0 | 0.88 | 0.59 | 0.24 | 340.35 | 0.78 | 0.43 |
| Hex | C3 | 18 | 50 | 0 | 58 | 3B | 18 | 154 | 4E | 2B |
| Octal | 303 | 30 | 120 | 0 | 130 | 73 | 30 | 524 | 116 | 53 |
| Binary | 11000011 | 11000 | 1010000 | 0 | 1011000 | 111011 | 11000 | 101010100 | 1001110 | 101011 |
Color Harmonies of #C31850
Complementary color
Monochromatic Colors of #C31850
Black with #C31850
Text Example
Text Example
White with #C31850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31850; }
p { color: rgb(195,24,80); }
H1.HeaderClassName
{
color: #C31850;
}
.AnyTagClassName
{
color: #C31850;
}
</style>
background-color css
<style>
a { background-color: #C31850; }
a { background-color: rgb(195,24,80); }
div.DivClassName
{
background-color: #C31850;
}
.BgClassName
{
background-color: #C31850;
}
</style>
border-color css
<style>
span { border-color: #C31850; }
span { border-color: rgb(195,24,80); }
td.TdClassName
{
border-color: #C31850;
}
.TagClassName
{
border-color: #C31850;
}
</style>