Shades of Old Rose #C4414D
Tints of Old Rose #C4414D
RGB
CMYK
RGB Variations
Color information
#C4414D (or 0xC4414D) is known color: Old Rose. HEX triplet: C4, 41 and 4D. RGB value is (196,65,77). Sum of RGB (Red+Green+Blue) = 196+65+77=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4414D is #3BBEB2. Grayscale: #696969. Windows color (decimal): -3915443 or 5063108. OLE color: 5063108.
HSL color Cylindrical-coordinate representation of color #C4414D: hue angle of 354.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4414D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 77 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.23 |
| HSL | 354.5º | 0.53% | 0.51% | - |
| HSV(B) | 354.5º | 0.67% | 0.77% | - |
| XYZ | 25.99 | 16.05 | 8.75 | - |
| YUV | 105.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 77 | 0 | 0.67 | 0.61 | 0.23 | 354.5 | 0.53 | 0.51 |
| Hex | C4 | 41 | 4D | 0 | 43 | 3D | 17 | 163 | 35 | 33 |
| Octal | 304 | 101 | 115 | 0 | 103 | 75 | 27 | 543 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1001101 | 0 | 1000011 | 111101 | 10111 | 101100011 | 110101 | 110011 |
Color Harmonies of #C4414D
Complementary color
Monochromatic Colors of #C4414D
Black with #C4414D
Text Example
Text Example
White with #C4414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4414D; }
p { color: rgb(196,65,77); }
H1.HeaderClassName
{
color: #C4414D;
}
.AnyTagClassName
{
color: #C4414D;
}
</style>
background-color css
<style>
a { background-color: #C4414D; }
a { background-color: rgb(196,65,77); }
div.DivClassName
{
background-color: #C4414D;
}
.BgClassName
{
background-color: #C4414D;
}
</style>
border-color css
<style>
span { border-color: #C4414D; }
span { border-color: rgb(196,65,77); }
td.TdClassName
{
border-color: #C4414D;
}
.TagClassName
{
border-color: #C4414D;
}
</style>