Shades of Old Rose #C5305A
Tints of Old Rose #C5305A
RGB
CMYK
RGB Variations
Color information
#C5305A (or 0xC5305A) is known color: Old Rose. HEX triplet: C5, 30 and 5A. RGB value is (197,48,90). Sum of RGB (Red+Green+Blue) = 197+48+90=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C5305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5305A is #3ACFA5. Grayscale: #616161. Windows color (decimal): -3854246 or 5910725. OLE color: 5910725.
HSL color Cylindrical-coordinate representation of color #C5305A: hue angle of 343.09º 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 #C5305A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 90 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.23 |
| HSL | 343.09º | 0.61% | 0.48% | - |
| HSV(B) | 343.09º | 0.76% | 0.77% | - |
| XYZ | 25.93 | 14.72 | 11.15 | - |
| YUV | 97.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 90 | 0 | 0.76 | 0.54 | 0.23 | 343.09 | 0.61 | 0.48 |
| Hex | C5 | 30 | 5A | 0 | 4C | 36 | 17 | 157 | 3D | 30 |
| Octal | 305 | 60 | 132 | 0 | 114 | 66 | 27 | 527 | 75 | 60 |
| Binary | 11000101 | 110000 | 1011010 | 0 | 1001100 | 110110 | 10111 | 101010111 | 111101 | 110000 |
Color Harmonies of #C5305A
Complementary color
Monochromatic Colors of #C5305A
Black with #C5305A
Text Example
Text Example
White with #C5305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5305A; }
p { color: rgb(197,48,90); }
H1.HeaderClassName
{
color: #C5305A;
}
.AnyTagClassName
{
color: #C5305A;
}
</style>
background-color css
<style>
a { background-color: #C5305A; }
a { background-color: rgb(197,48,90); }
div.DivClassName
{
background-color: #C5305A;
}
.BgClassName
{
background-color: #C5305A;
}
</style>
border-color css
<style>
span { border-color: #C5305A; }
span { border-color: rgb(197,48,90); }
td.TdClassName
{
border-color: #C5305A;
}
.TagClassName
{
border-color: #C5305A;
}
</style>