Shades of Old Rose #C5384D
Tints of Old Rose #C5384D
RGB
CMYK
RGB Variations
Color information
#C5384D (or 0xC5384D) is known color: Old Rose. HEX triplet: C5, 38 and 4D. RGB value is (197,56,77). Sum of RGB (Red+Green+Blue) = 197+56+77=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5384D is #3AC7B2. Grayscale: #646464. Windows color (decimal): -3852211 or 5060805. OLE color: 5060805.
HSL color Cylindrical-coordinate representation of color #C5384D: hue angle of 351.06º 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 #C5384D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 77 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.23 |
| HSL | 351.06º | 0.56% | 0.5% | - |
| HSV(B) | 351.06º | 0.72% | 0.77% | - |
| XYZ | 25.78 | 15.23 | 8.6 | - |
| YUV | 100.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 77 | 0 | 0.72 | 0.61 | 0.23 | 351.06 | 0.56 | 0.5 |
| Hex | C5 | 38 | 4D | 0 | 48 | 3D | 17 | 15F | 38 | 32 |
| Octal | 305 | 70 | 115 | 0 | 110 | 75 | 27 | 537 | 70 | 62 |
| Binary | 11000101 | 111000 | 1001101 | 0 | 1001000 | 111101 | 10111 | 101011111 | 111000 | 110010 |
Color Harmonies of #C5384D
Complementary color
Monochromatic Colors of #C5384D
Black with #C5384D
Text Example
Text Example
White with #C5384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5384D; }
p { color: rgb(197,56,77); }
H1.HeaderClassName
{
color: #C5384D;
}
.AnyTagClassName
{
color: #C5384D;
}
</style>
background-color css
<style>
a { background-color: #C5384D; }
a { background-color: rgb(197,56,77); }
div.DivClassName
{
background-color: #C5384D;
}
.BgClassName
{
background-color: #C5384D;
}
</style>
border-color css
<style>
span { border-color: #C5384D; }
span { border-color: rgb(197,56,77); }
td.TdClassName
{
border-color: #C5384D;
}
.TagClassName
{
border-color: #C5384D;
}
</style>