Shades of Old Rose #C5385E
Tints of Old Rose #C5385E
RGB
CMYK
RGB Variations
Color information
#C5385E (or 0xC5385E) is known color: Old Rose. HEX triplet: C5, 38 and 5E. RGB value is (197,56,94). Sum of RGB (Red+Green+Blue) = 197+56+94=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5385E is #3AC7A1. Grayscale: #666666. Windows color (decimal): -3852194 or 6174917. OLE color: 6174917.
HSL color Cylindrical-coordinate representation of color #C5385E: hue angle of 343.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5385E is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 94 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.23 |
| HSL | 343.83º | 0.56% | 0.5% | - |
| HSV(B) | 343.83º | 0.72% | 0.77% | - |
| XYZ | 26.46 | 15.51 | 12.19 | - |
| YUV | 102.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 94 | 0 | 0.72 | 0.52 | 0.23 | 343.83 | 0.56 | 0.5 |
| Hex | C5 | 38 | 5E | 0 | 48 | 34 | 17 | 158 | 38 | 32 |
| Octal | 305 | 70 | 136 | 0 | 110 | 64 | 27 | 530 | 70 | 62 |
| Binary | 11000101 | 111000 | 1011110 | 0 | 1001000 | 110100 | 10111 | 101011000 | 111000 | 110010 |
Color Harmonies of #C5385E
Complementary color
Monochromatic Colors of #C5385E
Black with #C5385E
Text Example
Text Example
White with #C5385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5385E; }
p { color: rgb(197,56,94); }
H1.HeaderClassName
{
color: #C5385E;
}
.AnyTagClassName
{
color: #C5385E;
}
</style>
background-color css
<style>
a { background-color: #C5385E; }
a { background-color: rgb(197,56,94); }
div.DivClassName
{
background-color: #C5385E;
}
.BgClassName
{
background-color: #C5385E;
}
</style>
border-color css
<style>
span { border-color: #C5385E; }
span { border-color: rgb(197,56,94); }
td.TdClassName
{
border-color: #C5385E;
}
.TagClassName
{
border-color: #C5385E;
}
</style>