Shades of Old Rose #C5384C
Tints of Old Rose #C5384C
RGB
CMYK
RGB Variations
Color information
#C5384C (or 0xC5384C) is known color: Old Rose. HEX triplet: C5, 38 and 4C. RGB value is (197,56,76). Sum of RGB (Red+Green+Blue) = 197+56+76=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5384C is #3AC7B3. Grayscale: #646464. Windows color (decimal): -3852212 or 4995269. OLE color: 4995269.
HSL color Cylindrical-coordinate representation of color #C5384C: hue angle of 351.49º 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 #C5384C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 76 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.23 |
| HSL | 351.49º | 0.56% | 0.5% | - |
| HSV(B) | 351.49º | 0.72% | 0.77% | - |
| XYZ | 25.74 | 15.22 | 8.42 | - |
| YUV | 100.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 76 | 0 | 0.72 | 0.61 | 0.23 | 351.49 | 0.56 | 0.5 |
| Hex | C5 | 38 | 4C | 0 | 48 | 3D | 17 | 15F | 38 | 32 |
| Octal | 305 | 70 | 114 | 0 | 110 | 75 | 27 | 537 | 70 | 62 |
| Binary | 11000101 | 111000 | 1001100 | 0 | 1001000 | 111101 | 10111 | 101011111 | 111000 | 110010 |
Color Harmonies of #C5384C
Complementary color
Monochromatic Colors of #C5384C
Black with #C5384C
Text Example
Text Example
White with #C5384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5384C; }
p { color: rgb(197,56,76); }
H1.HeaderClassName
{
color: #C5384C;
}
.AnyTagClassName
{
color: #C5384C;
}
</style>
background-color css
<style>
a { background-color: #C5384C; }
a { background-color: rgb(197,56,76); }
div.DivClassName
{
background-color: #C5384C;
}
.BgClassName
{
background-color: #C5384C;
}
</style>
border-color css
<style>
span { border-color: #C5384C; }
span { border-color: rgb(197,56,76); }
td.TdClassName
{
border-color: #C5384C;
}
.TagClassName
{
border-color: #C5384C;
}
</style>