Shades of Old Rose #C4214D
Tints of Old Rose #C4214D
RGB
CMYK
RGB Variations
Color information
#C4214D (or 0xC4214D) is known color: Old Rose. HEX triplet: C4, 21 and 4D. RGB value is (196,33,77). Sum of RGB (Red+Green+Blue) = 196+33+77=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4214D is #3BDEB2. Grayscale: #565656. Windows color (decimal): -3923635 or 5054916. OLE color: 5054916.
HSL color Cylindrical-coordinate representation of color #C4214D: hue angle of 343.8º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4214D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 77 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.23 |
| HSL | 343.8º | 0.71% | 0.45% | - |
| HSV(B) | 343.8º | 0.83% | 0.77% | - |
| XYZ | 24.65 | 13.36 | 8.3 | - |
| YUV | 86.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 77 | 0 | 0.83 | 0.61 | 0.23 | 343.8 | 0.71 | 0.45 |
| Hex | C4 | 21 | 4D | 0 | 53 | 3D | 17 | 158 | 47 | 2D |
| Octal | 304 | 41 | 115 | 0 | 123 | 75 | 27 | 530 | 107 | 55 |
| Binary | 11000100 | 100001 | 1001101 | 0 | 1010011 | 111101 | 10111 | 101011000 | 1000111 | 101101 |
Color Harmonies of #C4214D
Complementary color
Monochromatic Colors of #C4214D
Black with #C4214D
Text Example
Text Example
White with #C4214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4214D; }
p { color: rgb(196,33,77); }
H1.HeaderClassName
{
color: #C4214D;
}
.AnyTagClassName
{
color: #C4214D;
}
</style>
background-color css
<style>
a { background-color: #C4214D; }
a { background-color: rgb(196,33,77); }
div.DivClassName
{
background-color: #C4214D;
}
.BgClassName
{
background-color: #C4214D;
}
</style>
border-color css
<style>
span { border-color: #C4214D; }
span { border-color: rgb(196,33,77); }
td.TdClassName
{
border-color: #C4214D;
}
.TagClassName
{
border-color: #C4214D;
}
</style>