Shades of Old Rose #C4344D
Tints of Old Rose #C4344D
RGB
CMYK
RGB Variations
Color information
#C4344D (or 0xC4344D) is known color: Old Rose. HEX triplet: C4, 34 and 4D. RGB value is (196,52,77). Sum of RGB (Red+Green+Blue) = 196+52+77=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4344D is #3BCBB2. Grayscale: #616161. Windows color (decimal): -3918771 or 5059780. OLE color: 5059780.
HSL color Cylindrical-coordinate representation of color #C4344D: hue angle of 349.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4344D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 77 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.23 |
| HSL | 349.58º | 0.58% | 0.49% | - |
| HSV(B) | 349.58º | 0.73% | 0.77% | - |
| XYZ | 25.33 | 14.73 | 8.53 | - |
| YUV | 97.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 77 | 0 | 0.73 | 0.61 | 0.23 | 349.58 | 0.58 | 0.49 |
| Hex | C4 | 34 | 4D | 0 | 49 | 3D | 17 | 15E | 3A | 31 |
| Octal | 304 | 64 | 115 | 0 | 111 | 75 | 27 | 536 | 72 | 61 |
| Binary | 11000100 | 110100 | 1001101 | 0 | 1001001 | 111101 | 10111 | 101011110 | 111010 | 110001 |
Color Harmonies of #C4344D
Complementary color
Monochromatic Colors of #C4344D
Black with #C4344D
Text Example
Text Example
White with #C4344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4344D; }
p { color: rgb(196,52,77); }
H1.HeaderClassName
{
color: #C4344D;
}
.AnyTagClassName
{
color: #C4344D;
}
</style>
background-color css
<style>
a { background-color: #C4344D; }
a { background-color: rgb(196,52,77); }
div.DivClassName
{
background-color: #C4344D;
}
.BgClassName
{
background-color: #C4344D;
}
</style>
border-color css
<style>
span { border-color: #C4344D; }
span { border-color: rgb(196,52,77); }
td.TdClassName
{
border-color: #C4344D;
}
.TagClassName
{
border-color: #C4344D;
}
</style>