Shades of Old Rose #C31453
Tints of Old Rose #C31453
RGB
CMYK
RGB Variations
Color information
#C31453 (or 0xC31453) is known color: Old Rose. HEX triplet: C3, 14 and 53. RGB value is (195,20,83). Sum of RGB (Red+Green+Blue) = 195+20+83=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31453 is #3CEBAC. Grayscale: #4F4F4F. Windows color (decimal): -3992493 or 5444803. OLE color: 5444803.
HSL color Cylindrical-coordinate representation of color #C31453: hue angle of 338.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31453 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 83 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.24 |
| HSL | 338.4º | 0.81% | 0.42% | - |
| HSV(B) | 338.4º | 0.9% | 0.76% | - |
| XYZ | 24.32 | 12.73 | 9.36 | - |
| YUV | 79.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 83 | 0 | 0.90 | 0.57 | 0.24 | 338.4 | 0.81 | 0.42 |
| Hex | C3 | 14 | 53 | 0 | 5A | 39 | 18 | 152 | 51 | 2A |
| Octal | 303 | 24 | 123 | 0 | 132 | 71 | 30 | 522 | 121 | 52 |
| Binary | 11000011 | 10100 | 1010011 | 0 | 1011010 | 111001 | 11000 | 101010010 | 1010001 | 101010 |
Color Harmonies of #C31453
Complementary color
Monochromatic Colors of #C31453
Black with #C31453
Text Example
Text Example
White with #C31453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31453; }
p { color: rgb(195,20,83); }
H1.HeaderClassName
{
color: #C31453;
}
.AnyTagClassName
{
color: #C31453;
}
</style>
background-color css
<style>
a { background-color: #C31453; }
a { background-color: rgb(195,20,83); }
div.DivClassName
{
background-color: #C31453;
}
.BgClassName
{
background-color: #C31453;
}
</style>
border-color css
<style>
span { border-color: #C31453; }
span { border-color: rgb(195,20,83); }
td.TdClassName
{
border-color: #C31453;
}
.TagClassName
{
border-color: #C31453;
}
</style>