Shades of Old Rose #C5305D
Tints of Old Rose #C5305D
RGB
CMYK
RGB Variations
Color information
#C5305D (or 0xC5305D) is known color: Old Rose. HEX triplet: C5, 30 and 5D. RGB value is (197,48,93). Sum of RGB (Red+Green+Blue) = 197+48+93=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5305D is #3ACFA2. Grayscale: #616161. Windows color (decimal): -3854243 or 6107333. OLE color: 6107333.
HSL color Cylindrical-coordinate representation of color #C5305D: hue angle of 341.88º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5305D is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 93 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.23 |
| HSL | 341.88º | 0.61% | 0.48% | - |
| HSV(B) | 341.88º | 0.76% | 0.77% | - |
| XYZ | 26.06 | 14.77 | 11.83 | - |
| YUV | 97.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 93 | 0 | 0.76 | 0.53 | 0.23 | 341.88 | 0.61 | 0.48 |
| Hex | C5 | 30 | 5D | 0 | 4C | 35 | 17 | 156 | 3D | 30 |
| Octal | 305 | 60 | 135 | 0 | 114 | 65 | 27 | 526 | 75 | 60 |
| Binary | 11000101 | 110000 | 1011101 | 0 | 1001100 | 110101 | 10111 | 101010110 | 111101 | 110000 |
Color Harmonies of #C5305D
Complementary color
Monochromatic Colors of #C5305D
Black with #C5305D
Text Example
Text Example
White with #C5305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5305D; }
p { color: rgb(197,48,93); }
H1.HeaderClassName
{
color: #C5305D;
}
.AnyTagClassName
{
color: #C5305D;
}
</style>
background-color css
<style>
a { background-color: #C5305D; }
a { background-color: rgb(197,48,93); }
div.DivClassName
{
background-color: #C5305D;
}
.BgClassName
{
background-color: #C5305D;
}
</style>
border-color css
<style>
span { border-color: #C5305D; }
span { border-color: rgb(197,48,93); }
td.TdClassName
{
border-color: #C5305D;
}
.TagClassName
{
border-color: #C5305D;
}
</style>