Shades of Old Rose #C5355E
Tints of Old Rose #C5355E
RGB
CMYK
RGB Variations
Color information
#C5355E (or 0xC5355E) is known color: Old Rose. HEX triplet: C5, 35 and 5E. RGB value is (197,53,94). Sum of RGB (Red+Green+Blue) = 197+53+94=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5355E is #3ACAA1. Grayscale: #646464. Windows color (decimal): -3852962 or 6174149. OLE color: 6174149.
HSL color Cylindrical-coordinate representation of color #C5355E: hue angle of 342.92º degrees, saturation: 0.58, 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 #C5355E is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 94 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.23 |
| HSL | 342.92º | 0.58% | 0.49% | - |
| HSV(B) | 342.92º | 0.73% | 0.77% | - |
| XYZ | 26.32 | 15.22 | 12.14 | - |
| YUV | 100.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 94 | 0 | 0.73 | 0.52 | 0.23 | 342.92 | 0.58 | 0.49 |
| Hex | C5 | 35 | 5E | 0 | 49 | 34 | 17 | 157 | 3A | 31 |
| Octal | 305 | 65 | 136 | 0 | 111 | 64 | 27 | 527 | 72 | 61 |
| Binary | 11000101 | 110101 | 1011110 | 0 | 1001001 | 110100 | 10111 | 101010111 | 111010 | 110001 |
Color Harmonies of #C5355E
Complementary color
Monochromatic Colors of #C5355E
Black with #C5355E
Text Example
Text Example
White with #C5355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5355E; }
p { color: rgb(197,53,94); }
H1.HeaderClassName
{
color: #C5355E;
}
.AnyTagClassName
{
color: #C5355E;
}
</style>
background-color css
<style>
a { background-color: #C5355E; }
a { background-color: rgb(197,53,94); }
div.DivClassName
{
background-color: #C5355E;
}
.BgClassName
{
background-color: #C5355E;
}
</style>
border-color css
<style>
span { border-color: #C5355E; }
span { border-color: rgb(197,53,94); }
td.TdClassName
{
border-color: #C5355E;
}
.TagClassName
{
border-color: #C5355E;
}
</style>