Shades of Old Rose #C4214A
Tints of Old Rose #C4214A
RGB
CMYK
RGB Variations
Color information
#C4214A (or 0xC4214A) is known color: Old Rose. HEX triplet: C4, 21 and 4A. RGB value is (196,33,74). Sum of RGB (Red+Green+Blue) = 196+33+74=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4214A is #3BDEB5. Grayscale: #565656. Windows color (decimal): -3923638 or 4858308. OLE color: 4858308.
HSL color Cylindrical-coordinate representation of color #C4214A: hue angle of 344.91º 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 #C4214A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 74 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.23 |
| HSL | 344.91º | 0.71% | 0.45% | - |
| HSV(B) | 344.91º | 0.83% | 0.77% | - |
| XYZ | 24.54 | 13.32 | 7.76 | - |
| YUV | 86.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 74 | 0 | 0.83 | 0.62 | 0.23 | 344.91 | 0.71 | 0.45 |
| Hex | C4 | 21 | 4A | 0 | 53 | 3E | 17 | 159 | 47 | 2D |
| Octal | 304 | 41 | 112 | 0 | 123 | 76 | 27 | 531 | 107 | 55 |
| Binary | 11000100 | 100001 | 1001010 | 0 | 1010011 | 111110 | 10111 | 101011001 | 1000111 | 101101 |
Color Harmonies of #C4214A
Complementary color
Monochromatic Colors of #C4214A
Black with #C4214A
Text Example
Text Example
White with #C4214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4214A; }
p { color: rgb(196,33,74); }
H1.HeaderClassName
{
color: #C4214A;
}
.AnyTagClassName
{
color: #C4214A;
}
</style>
background-color css
<style>
a { background-color: #C4214A; }
a { background-color: rgb(196,33,74); }
div.DivClassName
{
background-color: #C4214A;
}
.BgClassName
{
background-color: #C4214A;
}
</style>
border-color css
<style>
span { border-color: #C4214A; }
span { border-color: rgb(196,33,74); }
td.TdClassName
{
border-color: #C4214A;
}
.TagClassName
{
border-color: #C4214A;
}
</style>