Shades of Old Rose #C5365A
Tints of Old Rose #C5365A
RGB
CMYK
RGB Variations
Color information
#C5365A (or 0xC5365A) is known color: Old Rose. HEX triplet: C5, 36 and 5A. RGB value is (197,54,90). Sum of RGB (Red+Green+Blue) = 197+54+90=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5365A is #3AC9A5. Grayscale: #646464. Windows color (decimal): -3852710 or 5912261. OLE color: 5912261.
HSL color Cylindrical-coordinate representation of color #C5365A: hue angle of 344.9º 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 #C5365A is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 90 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.23 |
| HSL | 344.9º | 0.57% | 0.49% | - |
| HSV(B) | 344.9º | 0.73% | 0.77% | - |
| XYZ | 26.19 | 15.25 | 11.24 | - |
| YUV | 100.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 90 | 0 | 0.73 | 0.54 | 0.23 | 344.9 | 0.57 | 0.49 |
| Hex | C5 | 36 | 5A | 0 | 49 | 36 | 17 | 159 | 39 | 31 |
| Octal | 305 | 66 | 132 | 0 | 111 | 66 | 27 | 531 | 71 | 61 |
| Binary | 11000101 | 110110 | 1011010 | 0 | 1001001 | 110110 | 10111 | 101011001 | 111001 | 110001 |
Color Harmonies of #C5365A
Complementary color
Monochromatic Colors of #C5365A
Black with #C5365A
Text Example
Text Example
White with #C5365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5365A; }
p { color: rgb(197,54,90); }
H1.HeaderClassName
{
color: #C5365A;
}
.AnyTagClassName
{
color: #C5365A;
}
</style>
background-color css
<style>
a { background-color: #C5365A; }
a { background-color: rgb(197,54,90); }
div.DivClassName
{
background-color: #C5365A;
}
.BgClassName
{
background-color: #C5365A;
}
</style>
border-color css
<style>
span { border-color: #C5365A; }
span { border-color: rgb(197,54,90); }
td.TdClassName
{
border-color: #C5365A;
}
.TagClassName
{
border-color: #C5365A;
}
</style>