Shades of Old Rose #C5304C
Tints of Old Rose #C5304C
RGB
CMYK
RGB Variations
Color information
#C5304C (or 0xC5304C) is known color: Old Rose. HEX triplet: C5, 30 and 4C. RGB value is (197,48,76). Sum of RGB (Red+Green+Blue) = 197+48+76=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5304C is #3ACFB3. Grayscale: #5F5F5F. Windows color (decimal): -3854260 or 4993221. OLE color: 4993221.
HSL color Cylindrical-coordinate representation of color #C5304C: hue angle of 348.72º 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 #C5304C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 76 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.23 |
| HSL | 348.72º | 0.61% | 0.48% | - |
| HSV(B) | 348.72º | 0.76% | 0.77% | - |
| XYZ | 25.39 | 14.51 | 8.3 | - |
| YUV | 95.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 76 | 0 | 0.76 | 0.61 | 0.23 | 348.72 | 0.61 | 0.48 |
| Hex | C5 | 30 | 4C | 0 | 4C | 3D | 17 | 15D | 3D | 30 |
| Octal | 305 | 60 | 114 | 0 | 114 | 75 | 27 | 535 | 75 | 60 |
| Binary | 11000101 | 110000 | 1001100 | 0 | 1001100 | 111101 | 10111 | 101011101 | 111101 | 110000 |
Color Harmonies of #C5304C
Complementary color
Monochromatic Colors of #C5304C
Black with #C5304C
Text Example
Text Example
White with #C5304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5304C; }
p { color: rgb(197,48,76); }
H1.HeaderClassName
{
color: #C5304C;
}
.AnyTagClassName
{
color: #C5304C;
}
</style>
background-color css
<style>
a { background-color: #C5304C; }
a { background-color: rgb(197,48,76); }
div.DivClassName
{
background-color: #C5304C;
}
.BgClassName
{
background-color: #C5304C;
}
</style>
border-color css
<style>
span { border-color: #C5304C; }
span { border-color: rgb(197,48,76); }
td.TdClassName
{
border-color: #C5304C;
}
.TagClassName
{
border-color: #C5304C;
}
</style>