Shades of Old Rose #C4324E
Tints of Old Rose #C4324E
RGB
CMYK
RGB Variations
Color information
#C4324E (or 0xC4324E) is known color: Old Rose. HEX triplet: C4, 32 and 4E. RGB value is (196,50,78). Sum of RGB (Red+Green+Blue) = 196+50+78=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4324E is #3BCDB1. Grayscale: #606060. Windows color (decimal): -3919282 or 5124804. OLE color: 5124804.
HSL color Cylindrical-coordinate representation of color #C4324E: hue angle of 348.49º 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 #C4324E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 78 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.23 |
| HSL | 348.49º | 0.59% | 0.48% | - |
| HSV(B) | 348.49º | 0.74% | 0.77% | - |
| XYZ | 25.28 | 14.57 | 8.69 | - |
| YUV | 96.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 78 | 0 | 0.74 | 0.60 | 0.23 | 348.49 | 0.59 | 0.48 |
| Hex | C4 | 32 | 4E | 0 | 4A | 3C | 17 | 15C | 3B | 30 |
| Octal | 304 | 62 | 116 | 0 | 112 | 74 | 27 | 534 | 73 | 60 |
| Binary | 11000100 | 110010 | 1001110 | 0 | 1001010 | 111100 | 10111 | 101011100 | 111011 | 110000 |
Color Harmonies of #C4324E
Complementary color
Monochromatic Colors of #C4324E
Black with #C4324E
Text Example
Text Example
White with #C4324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4324E; }
p { color: rgb(196,50,78); }
H1.HeaderClassName
{
color: #C4324E;
}
.AnyTagClassName
{
color: #C4324E;
}
</style>
background-color css
<style>
a { background-color: #C4324E; }
a { background-color: rgb(196,50,78); }
div.DivClassName
{
background-color: #C4324E;
}
.BgClassName
{
background-color: #C4324E;
}
</style>
border-color css
<style>
span { border-color: #C4324E; }
span { border-color: rgb(196,50,78); }
td.TdClassName
{
border-color: #C4324E;
}
.TagClassName
{
border-color: #C4324E;
}
</style>