Shades of Old Rose #C5315C
Tints of Old Rose #C5315C
RGB
CMYK
RGB Variations
Color information
#C5315C (or 0xC5315C) is known color: Old Rose. HEX triplet: C5, 31 and 5C. RGB value is (197,49,92). Sum of RGB (Red+Green+Blue) = 197+49+92=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5315C is #3ACEA3. Grayscale: #626262. Windows color (decimal): -3853988 or 6042053. OLE color: 6042053.
HSL color Cylindrical-coordinate representation of color #C5315C: hue angle of 342.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5315C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 92 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.23 |
| HSL | 342.57º | 0.6% | 0.48% | - |
| HSV(B) | 342.57º | 0.75% | 0.77% | - |
| XYZ | 26.06 | 14.84 | 11.62 | - |
| YUV | 98.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 92 | 0 | 0.75 | 0.53 | 0.23 | 342.57 | 0.6 | 0.48 |
| Hex | C5 | 31 | 5C | 0 | 4B | 35 | 17 | 157 | 3C | 30 |
| Octal | 305 | 61 | 134 | 0 | 113 | 65 | 27 | 527 | 74 | 60 |
| Binary | 11000101 | 110001 | 1011100 | 0 | 1001011 | 110101 | 10111 | 101010111 | 111100 | 110000 |
Color Harmonies of #C5315C
Complementary color
Monochromatic Colors of #C5315C
Black with #C5315C
Text Example
Text Example
White with #C5315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5315C; }
p { color: rgb(197,49,92); }
H1.HeaderClassName
{
color: #C5315C;
}
.AnyTagClassName
{
color: #C5315C;
}
</style>
background-color css
<style>
a { background-color: #C5315C; }
a { background-color: rgb(197,49,92); }
div.DivClassName
{
background-color: #C5315C;
}
.BgClassName
{
background-color: #C5315C;
}
</style>
border-color css
<style>
span { border-color: #C5315C; }
span { border-color: rgb(197,49,92); }
td.TdClassName
{
border-color: #C5315C;
}
.TagClassName
{
border-color: #C5315C;
}
</style>