Shades of Old Rose #C5344C
Tints of Old Rose #C5344C
RGB
CMYK
RGB Variations
Color information
#C5344C (or 0xC5344C) is known color: Old Rose. HEX triplet: C5, 34 and 4C. RGB value is (197,52,76). Sum of RGB (Red+Green+Blue) = 197+52+76=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5344C is #3ACBB3. Grayscale: #626262. Windows color (decimal): -3853236 or 4994245. OLE color: 4994245.
HSL color Cylindrical-coordinate representation of color #C5344C: hue angle of 350.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5344C is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 76 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.23 |
| HSL | 350.07º | 0.58% | 0.49% | - |
| HSV(B) | 350.07º | 0.74% | 0.77% | - |
| XYZ | 25.56 | 14.85 | 8.36 | - |
| YUV | 98.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 76 | 0 | 0.74 | 0.61 | 0.23 | 350.07 | 0.58 | 0.49 |
| Hex | C5 | 34 | 4C | 0 | 4A | 3D | 17 | 15E | 3A | 31 |
| Octal | 305 | 64 | 114 | 0 | 112 | 75 | 27 | 536 | 72 | 61 |
| Binary | 11000101 | 110100 | 1001100 | 0 | 1001010 | 111101 | 10111 | 101011110 | 111010 | 110001 |
Color Harmonies of #C5344C
Complementary color
Monochromatic Colors of #C5344C
Black with #C5344C
Text Example
Text Example
White with #C5344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5344C; }
p { color: rgb(197,52,76); }
H1.HeaderClassName
{
color: #C5344C;
}
.AnyTagClassName
{
color: #C5344C;
}
</style>
background-color css
<style>
a { background-color: #C5344C; }
a { background-color: rgb(197,52,76); }
div.DivClassName
{
background-color: #C5344C;
}
.BgClassName
{
background-color: #C5344C;
}
</style>
border-color css
<style>
span { border-color: #C5344C; }
span { border-color: rgb(197,52,76); }
td.TdClassName
{
border-color: #C5344C;
}
.TagClassName
{
border-color: #C5344C;
}
</style>