Shades of Old Rose #C31B5D
Tints of Old Rose #C31B5D
RGB
CMYK
RGB Variations
Color information
#C31B5D (or 0xC31B5D) is known color: Old Rose. HEX triplet: C3, 1B and 5D. RGB value is (195,27,93). Sum of RGB (Red+Green+Blue) = 195+27+93=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B5D is #3CE4A2. Grayscale: #545454. Windows color (decimal): -3990691 or 6101955. OLE color: 6101955.
HSL color Cylindrical-coordinate representation of color #C31B5D: hue angle of 336.43º degrees, saturation: 0.76, 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 #C31B5D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 93 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.24 |
| HSL | 336.43º | 0.76% | 0.44% | - |
| HSV(B) | 336.43º | 0.86% | 0.76% | - |
| XYZ | 24.87 | 13.18 | 11.59 | - |
| YUV | 84.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 93 | 0 | 0.86 | 0.52 | 0.24 | 336.43 | 0.76 | 0.44 |
| Hex | C3 | 1B | 5D | 0 | 56 | 34 | 18 | 150 | 4C | 2C |
| Octal | 303 | 33 | 135 | 0 | 126 | 64 | 30 | 520 | 114 | 54 |
| Binary | 11000011 | 11011 | 1011101 | 0 | 1010110 | 110100 | 11000 | 101010000 | 1001100 | 101100 |
Color Harmonies of #C31B5D
Complementary color
Monochromatic Colors of #C31B5D
Black with #C31B5D
Text Example
Text Example
White with #C31B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B5D; }
p { color: rgb(195,27,93); }
H1.HeaderClassName
{
color: #C31B5D;
}
.AnyTagClassName
{
color: #C31B5D;
}
</style>
background-color css
<style>
a { background-color: #C31B5D; }
a { background-color: rgb(195,27,93); }
div.DivClassName
{
background-color: #C31B5D;
}
.BgClassName
{
background-color: #C31B5D;
}
</style>
border-color css
<style>
span { border-color: #C31B5D; }
span { border-color: rgb(195,27,93); }
td.TdClassName
{
border-color: #C31B5D;
}
.TagClassName
{
border-color: #C31B5D;
}
</style>