Shades of Old Rose #C31F5E
Tints of Old Rose #C31F5E
RGB
CMYK
RGB Variations
Color information
#C31F5E (or 0xC31F5E) is known color: Old Rose. HEX triplet: C3, 1F and 5E. RGB value is (195,31,94). Sum of RGB (Red+Green+Blue) = 195+31+94=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F5E is #3CE0A1. Grayscale: #575757. Windows color (decimal): -3989666 or 6168515. OLE color: 6168515.
HSL color Cylindrical-coordinate representation of color #C31F5E: hue angle of 336.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F5E is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 94 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.24 |
| HSL | 336.95º | 0.73% | 0.44% | - |
| HSV(B) | 336.95º | 0.84% | 0.76% | - |
| XYZ | 25.02 | 13.39 | 11.86 | - |
| YUV | 87.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 94 | 0 | 0.84 | 0.52 | 0.24 | 336.95 | 0.73 | 0.44 |
| Hex | C3 | 1F | 5E | 0 | 54 | 34 | 18 | 151 | 49 | 2C |
| Octal | 303 | 37 | 136 | 0 | 124 | 64 | 30 | 521 | 111 | 54 |
| Binary | 11000011 | 11111 | 1011110 | 0 | 1010100 | 110100 | 11000 | 101010001 | 1001001 | 101100 |
Color Harmonies of #C31F5E
Complementary color
Monochromatic Colors of #C31F5E
Black with #C31F5E
Text Example
Text Example
White with #C31F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F5E; }
p { color: rgb(195,31,94); }
H1.HeaderClassName
{
color: #C31F5E;
}
.AnyTagClassName
{
color: #C31F5E;
}
</style>
background-color css
<style>
a { background-color: #C31F5E; }
a { background-color: rgb(195,31,94); }
div.DivClassName
{
background-color: #C31F5E;
}
.BgClassName
{
background-color: #C31F5E;
}
</style>
border-color css
<style>
span { border-color: #C31F5E; }
span { border-color: rgb(195,31,94); }
td.TdClassName
{
border-color: #C31F5E;
}
.TagClassName
{
border-color: #C31F5E;
}
</style>