Shades of Old Rose #C31E61
Tints of Old Rose #C31E61
RGB
CMYK
RGB Variations
Color information
#C31E61 (or 0xC31E61) is known color: Old Rose. HEX triplet: C3, 1E and 61. RGB value is (195,30,97). Sum of RGB (Red+Green+Blue) = 195+30+97=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E61 is #3CE19E. Grayscale: #565656. Windows color (decimal): -3989919 or 6364867. OLE color: 6364867.
HSL color Cylindrical-coordinate representation of color #C31E61: hue angle of 335.64º 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 #C31E61 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 97 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.24 |
| HSL | 335.64º | 0.73% | 0.44% | - |
| HSV(B) | 335.64º | 0.85% | 0.76% | - |
| XYZ | 25.13 | 13.39 | 12.57 | - |
| YUV | 86.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 97 | 0 | 0.85 | 0.50 | 0.24 | 335.64 | 0.73 | 0.44 |
| Hex | C3 | 1E | 61 | 0 | 55 | 32 | 18 | 150 | 49 | 2C |
| Octal | 303 | 36 | 141 | 0 | 125 | 62 | 30 | 520 | 111 | 54 |
| Binary | 11000011 | 11110 | 1100001 | 0 | 1010101 | 110010 | 11000 | 101010000 | 1001001 | 101100 |
Color Harmonies of #C31E61
Complementary color
Monochromatic Colors of #C31E61
Black with #C31E61
Text Example
Text Example
White with #C31E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E61; }
p { color: rgb(195,30,97); }
H1.HeaderClassName
{
color: #C31E61;
}
.AnyTagClassName
{
color: #C31E61;
}
</style>
background-color css
<style>
a { background-color: #C31E61; }
a { background-color: rgb(195,30,97); }
div.DivClassName
{
background-color: #C31E61;
}
.BgClassName
{
background-color: #C31E61;
}
</style>
border-color css
<style>
span { border-color: #C31E61; }
span { border-color: rgb(195,30,97); }
td.TdClassName
{
border-color: #C31E61;
}
.TagClassName
{
border-color: #C31E61;
}
</style>