Shades of Old Rose #C5375D
Tints of Old Rose #C5375D
RGB
CMYK
RGB Variations
Color information
#C5375D (or 0xC5375D) is known color: Old Rose. HEX triplet: C5, 37 and 5D. RGB value is (197,55,93). Sum of RGB (Red+Green+Blue) = 197+55+93=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5375D is #3AC8A2. Grayscale: #656565. Windows color (decimal): -3852451 or 6109125. OLE color: 6109125.
HSL color Cylindrical-coordinate representation of color #C5375D: hue angle of 343.94º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5375D is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 93 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.23 |
| HSL | 343.94º | 0.56% | 0.49% | - |
| HSV(B) | 343.94º | 0.72% | 0.77% | - |
| XYZ | 26.37 | 15.39 | 11.94 | - |
| YUV | 101.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 93 | 0 | 0.72 | 0.53 | 0.23 | 343.94 | 0.56 | 0.49 |
| Hex | C5 | 37 | 5D | 0 | 48 | 35 | 17 | 158 | 38 | 31 |
| Octal | 305 | 67 | 135 | 0 | 110 | 65 | 27 | 530 | 70 | 61 |
| Binary | 11000101 | 110111 | 1011101 | 0 | 1001000 | 110101 | 10111 | 101011000 | 111000 | 110001 |
Color Harmonies of #C5375D
Complementary color
Monochromatic Colors of #C5375D
Black with #C5375D
Text Example
Text Example
White with #C5375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5375D; }
p { color: rgb(197,55,93); }
H1.HeaderClassName
{
color: #C5375D;
}
.AnyTagClassName
{
color: #C5375D;
}
</style>
background-color css
<style>
a { background-color: #C5375D; }
a { background-color: rgb(197,55,93); }
div.DivClassName
{
background-color: #C5375D;
}
.BgClassName
{
background-color: #C5375D;
}
</style>
border-color css
<style>
span { border-color: #C5375D; }
span { border-color: rgb(197,55,93); }
td.TdClassName
{
border-color: #C5375D;
}
.TagClassName
{
border-color: #C5375D;
}
</style>