Shades of Old Rose #C31E5D
Tints of Old Rose #C31E5D
RGB
CMYK
RGB Variations
Color information
#C31E5D (or 0xC31E5D) is known color: Old Rose. HEX triplet: C3, 1E and 5D. RGB value is (195,30,93). Sum of RGB (Red+Green+Blue) = 195+30+93=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E5D is #3CE1A2. Grayscale: #565656. Windows color (decimal): -3989923 or 6102723. OLE color: 6102723.
HSL color Cylindrical-coordinate representation of color #C31E5D: hue angle of 337.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E5D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 93 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.24 |
| HSL | 337.09º | 0.73% | 0.44% | - |
| HSV(B) | 337.09º | 0.85% | 0.76% | - |
| XYZ | 24.95 | 13.32 | 11.61 | - |
| YUV | 86.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 93 | 0 | 0.85 | 0.52 | 0.24 | 337.09 | 0.73 | 0.44 |
| Hex | C3 | 1E | 5D | 0 | 55 | 34 | 18 | 151 | 49 | 2C |
| Octal | 303 | 36 | 135 | 0 | 125 | 64 | 30 | 521 | 111 | 54 |
| Binary | 11000011 | 11110 | 1011101 | 0 | 1010101 | 110100 | 11000 | 101010001 | 1001001 | 101100 |
Color Harmonies of #C31E5D
Complementary color
Monochromatic Colors of #C31E5D
Black with #C31E5D
Text Example
Text Example
White with #C31E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E5D; }
p { color: rgb(195,30,93); }
H1.HeaderClassName
{
color: #C31E5D;
}
.AnyTagClassName
{
color: #C31E5D;
}
</style>
background-color css
<style>
a { background-color: #C31E5D; }
a { background-color: rgb(195,30,93); }
div.DivClassName
{
background-color: #C31E5D;
}
.BgClassName
{
background-color: #C31E5D;
}
</style>
border-color css
<style>
span { border-color: #C31E5D; }
span { border-color: rgb(195,30,93); }
td.TdClassName
{
border-color: #C31E5D;
}
.TagClassName
{
border-color: #C31E5D;
}
</style>