Shades of Old Rose #C5394C
Tints of Old Rose #C5394C
RGB
CMYK
RGB Variations
Color information
#C5394C (or 0xC5394C) is known color: Old Rose. HEX triplet: C5, 39 and 4C. RGB value is (197,57,76). Sum of RGB (Red+Green+Blue) = 197+57+76=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5394C is #3AC6B3. Grayscale: #656565. Windows color (decimal): -3851956 or 4995525. OLE color: 4995525.
HSL color Cylindrical-coordinate representation of color #C5394C: hue angle of 351.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5394C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 76 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.23 |
| HSL | 351.86º | 0.55% | 0.5% | - |
| HSV(B) | 351.86º | 0.71% | 0.77% | - |
| XYZ | 25.79 | 15.32 | 8.43 | - |
| YUV | 101.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 76 | 0 | 0.71 | 0.61 | 0.23 | 351.86 | 0.55 | 0.5 |
| Hex | C5 | 39 | 4C | 0 | 47 | 3D | 17 | 160 | 37 | 32 |
| Octal | 305 | 71 | 114 | 0 | 107 | 75 | 27 | 540 | 67 | 62 |
| Binary | 11000101 | 111001 | 1001100 | 0 | 1000111 | 111101 | 10111 | 101100000 | 110111 | 110010 |
Color Harmonies of #C5394C
Complementary color
Monochromatic Colors of #C5394C
Black with #C5394C
Text Example
Text Example
White with #C5394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5394C; }
p { color: rgb(197,57,76); }
H1.HeaderClassName
{
color: #C5394C;
}
.AnyTagClassName
{
color: #C5394C;
}
</style>
background-color css
<style>
a { background-color: #C5394C; }
a { background-color: rgb(197,57,76); }
div.DivClassName
{
background-color: #C5394C;
}
.BgClassName
{
background-color: #C5394C;
}
</style>
border-color css
<style>
span { border-color: #C5394C; }
span { border-color: rgb(197,57,76); }
td.TdClassName
{
border-color: #C5394C;
}
.TagClassName
{
border-color: #C5394C;
}
</style>