Shades of Old Rose #C4424D
Tints of Old Rose #C4424D
RGB
CMYK
RGB Variations
Color information
#C4424D (or 0xC4424D) is known color: Old Rose. HEX triplet: C4, 42 and 4D. RGB value is (196,66,77). Sum of RGB (Red+Green+Blue) = 196+66+77=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4424D is #3BBDB2. Grayscale: #6A6A6A. Windows color (decimal): -3915187 or 5063364. OLE color: 5063364.
HSL color Cylindrical-coordinate representation of color #C4424D: hue angle of 354.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4424D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 77 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.23 |
| HSL | 354.92º | 0.52% | 0.51% | - |
| HSV(B) | 354.92º | 0.66% | 0.77% | - |
| XYZ | 26.05 | 16.17 | 8.77 | - |
| YUV | 106.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 77 | 0 | 0.66 | 0.61 | 0.23 | 354.92 | 0.52 | 0.51 |
| Hex | C4 | 42 | 4D | 0 | 42 | 3D | 17 | 163 | 34 | 33 |
| Octal | 304 | 102 | 115 | 0 | 102 | 75 | 27 | 543 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1001101 | 0 | 1000010 | 111101 | 10111 | 101100011 | 110100 | 110011 |
Color Harmonies of #C4424D
Complementary color
Monochromatic Colors of #C4424D
Black with #C4424D
Text Example
Text Example
White with #C4424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4424D; }
p { color: rgb(196,66,77); }
H1.HeaderClassName
{
color: #C4424D;
}
.AnyTagClassName
{
color: #C4424D;
}
</style>
background-color css
<style>
a { background-color: #C4424D; }
a { background-color: rgb(196,66,77); }
div.DivClassName
{
background-color: #C4424D;
}
.BgClassName
{
background-color: #C4424D;
}
</style>
border-color css
<style>
span { border-color: #C4424D; }
span { border-color: rgb(196,66,77); }
td.TdClassName
{
border-color: #C4424D;
}
.TagClassName
{
border-color: #C4424D;
}
</style>