Shades of Old Rose #C5385C
Tints of Old Rose #C5385C
RGB
CMYK
RGB Variations
Color information
#C5385C (or 0xC5385C) is known color: Old Rose. HEX triplet: C5, 38 and 5C. RGB value is (197,56,92). Sum of RGB (Red+Green+Blue) = 197+56+92=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5385C is #3AC7A3. Grayscale: #666666. Windows color (decimal): -3852196 or 6043845. OLE color: 6043845.
HSL color Cylindrical-coordinate representation of color #C5385C: hue angle of 344.68º 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 #C5385C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 92 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.23 |
| HSL | 344.68º | 0.56% | 0.5% | - |
| HSV(B) | 344.68º | 0.72% | 0.77% | - |
| XYZ | 26.37 | 15.47 | 11.72 | - |
| YUV | 102.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 92 | 0 | 0.72 | 0.53 | 0.23 | 344.68 | 0.56 | 0.5 |
| Hex | C5 | 38 | 5C | 0 | 48 | 35 | 17 | 159 | 38 | 32 |
| Octal | 305 | 70 | 134 | 0 | 110 | 65 | 27 | 531 | 70 | 62 |
| Binary | 11000101 | 111000 | 1011100 | 0 | 1001000 | 110101 | 10111 | 101011001 | 111000 | 110010 |
Color Harmonies of #C5385C
Complementary color
Monochromatic Colors of #C5385C
Black with #C5385C
Text Example
Text Example
White with #C5385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5385C; }
p { color: rgb(197,56,92); }
H1.HeaderClassName
{
color: #C5385C;
}
.AnyTagClassName
{
color: #C5385C;
}
</style>
background-color css
<style>
a { background-color: #C5385C; }
a { background-color: rgb(197,56,92); }
div.DivClassName
{
background-color: #C5385C;
}
.BgClassName
{
background-color: #C5385C;
}
</style>
border-color css
<style>
span { border-color: #C5385C; }
span { border-color: rgb(197,56,92); }
td.TdClassName
{
border-color: #C5385C;
}
.TagClassName
{
border-color: #C5385C;
}
</style>