Shades of Old Rose #C5385A
Tints of Old Rose #C5385A
RGB
CMYK
RGB Variations
Color information
#C5385A (or 0xC5385A) is known color: Old Rose. HEX triplet: C5, 38 and 5A. RGB value is (197,56,90). Sum of RGB (Red+Green+Blue) = 197+56+90=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5385A is #3AC7A5. Grayscale: #666666. Windows color (decimal): -3852198 or 5912773. OLE color: 5912773.
HSL color Cylindrical-coordinate representation of color #C5385A: hue angle of 345.53º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5385A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 90 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.23 |
| HSL | 345.53º | 0.56% | 0.5% | - |
| HSV(B) | 345.53º | 0.72% | 0.77% | - |
| XYZ | 26.29 | 15.44 | 11.27 | - |
| YUV | 102.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 90 | 0 | 0.72 | 0.54 | 0.23 | 345.53 | 0.56 | 0.5 |
| Hex | C5 | 38 | 5A | 0 | 48 | 36 | 17 | 15A | 38 | 32 |
| Octal | 305 | 70 | 132 | 0 | 110 | 66 | 27 | 532 | 70 | 62 |
| Binary | 11000101 | 111000 | 1011010 | 0 | 1001000 | 110110 | 10111 | 101011010 | 111000 | 110010 |
Color Harmonies of #C5385A
Complementary color
Monochromatic Colors of #C5385A
Black with #C5385A
Text Example
Text Example
White with #C5385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5385A; }
p { color: rgb(197,56,90); }
H1.HeaderClassName
{
color: #C5385A;
}
.AnyTagClassName
{
color: #C5385A;
}
</style>
background-color css
<style>
a { background-color: #C5385A; }
a { background-color: rgb(197,56,90); }
div.DivClassName
{
background-color: #C5385A;
}
.BgClassName
{
background-color: #C5385A;
}
</style>
border-color css
<style>
span { border-color: #C5385A; }
span { border-color: rgb(197,56,90); }
td.TdClassName
{
border-color: #C5385A;
}
.TagClassName
{
border-color: #C5385A;
}
</style>