Shades of Old Rose #C5365E
Tints of Old Rose #C5365E
RGB
CMYK
RGB Variations
Color information
#C5365E (or 0xC5365E) is known color: Old Rose. HEX triplet: C5, 36 and 5E. RGB value is (197,54,94). Sum of RGB (Red+Green+Blue) = 197+54+94=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5365E is #3AC9A1. Grayscale: #656565. Windows color (decimal): -3852706 or 6174405. OLE color: 6174405.
HSL color Cylindrical-coordinate representation of color #C5365E: hue angle of 343.22º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5365E is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 94 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.23 |
| HSL | 343.22º | 0.57% | 0.49% | - |
| HSV(B) | 343.22º | 0.73% | 0.77% | - |
| XYZ | 26.37 | 15.32 | 12.16 | - |
| YUV | 101.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 94 | 0 | 0.73 | 0.52 | 0.23 | 343.22 | 0.57 | 0.49 |
| Hex | C5 | 36 | 5E | 0 | 49 | 34 | 17 | 157 | 39 | 31 |
| Octal | 305 | 66 | 136 | 0 | 111 | 64 | 27 | 527 | 71 | 61 |
| Binary | 11000101 | 110110 | 1011110 | 0 | 1001001 | 110100 | 10111 | 101010111 | 111001 | 110001 |
Color Harmonies of #C5365E
Complementary color
Monochromatic Colors of #C5365E
Black with #C5365E
Text Example
Text Example
White with #C5365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5365E; }
p { color: rgb(197,54,94); }
H1.HeaderClassName
{
color: #C5365E;
}
.AnyTagClassName
{
color: #C5365E;
}
</style>
background-color css
<style>
a { background-color: #C5365E; }
a { background-color: rgb(197,54,94); }
div.DivClassName
{
background-color: #C5365E;
}
.BgClassName
{
background-color: #C5365E;
}
</style>
border-color css
<style>
span { border-color: #C5365E; }
span { border-color: rgb(197,54,94); }
td.TdClassName
{
border-color: #C5365E;
}
.TagClassName
{
border-color: #C5365E;
}
</style>