Shades of Old Rose #C4324D
Tints of Old Rose #C4324D
RGB
CMYK
RGB Variations
Color information
#C4324D (or 0xC4324D) is known color: Old Rose. HEX triplet: C4, 32 and 4D. RGB value is (196,50,77). Sum of RGB (Red+Green+Blue) = 196+50+77=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4324D is #3BCDB2. Grayscale: #606060. Windows color (decimal): -3919283 or 5059268. OLE color: 5059268.
HSL color Cylindrical-coordinate representation of color #C4324D: hue angle of 348.9º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4324D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 77 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.23 |
| HSL | 348.9º | 0.59% | 0.48% | - |
| HSV(B) | 348.9º | 0.74% | 0.77% | - |
| XYZ | 25.25 | 14.55 | 8.5 | - |
| YUV | 96.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 77 | 0 | 0.74 | 0.61 | 0.23 | 348.9 | 0.59 | 0.48 |
| Hex | C4 | 32 | 4D | 0 | 4A | 3D | 17 | 15D | 3B | 30 |
| Octal | 304 | 62 | 115 | 0 | 112 | 75 | 27 | 535 | 73 | 60 |
| Binary | 11000100 | 110010 | 1001101 | 0 | 1001010 | 111101 | 10111 | 101011101 | 111011 | 110000 |
Color Harmonies of #C4324D
Complementary color
Monochromatic Colors of #C4324D
Black with #C4324D
Text Example
Text Example
White with #C4324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4324D; }
p { color: rgb(196,50,77); }
H1.HeaderClassName
{
color: #C4324D;
}
.AnyTagClassName
{
color: #C4324D;
}
</style>
background-color css
<style>
a { background-color: #C4324D; }
a { background-color: rgb(196,50,77); }
div.DivClassName
{
background-color: #C4324D;
}
.BgClassName
{
background-color: #C4324D;
}
</style>
border-color css
<style>
span { border-color: #C4324D; }
span { border-color: rgb(196,50,77); }
td.TdClassName
{
border-color: #C4324D;
}
.TagClassName
{
border-color: #C4324D;
}
</style>