Shades of Old Rose #C4225E
Tints of Old Rose #C4225E
RGB
CMYK
RGB Variations
Color information
#C4225E (or 0xC4225E) is known color: Old Rose. HEX triplet: C4, 22 and 5E. RGB value is (196,34,94). Sum of RGB (Red+Green+Blue) = 196+34+94=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4225E is #3BDDA1. Grayscale: #595959. Windows color (decimal): -3923362 or 6169284. OLE color: 6169284.
HSL color Cylindrical-coordinate representation of color #C4225E: hue angle of 337.78º degrees, saturation: 0.7, 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 #C4225E is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 94 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.23 |
| HSL | 337.78º | 0.7% | 0.45% | - |
| HSV(B) | 337.78º | 0.83% | 0.77% | - |
| XYZ | 25.36 | 13.69 | 11.9 | - |
| YUV | 89.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 94 | 0 | 0.83 | 0.52 | 0.23 | 337.78 | 0.7 | 0.45 |
| Hex | C4 | 22 | 5E | 0 | 53 | 34 | 17 | 152 | 46 | 2D |
| Octal | 304 | 42 | 136 | 0 | 123 | 64 | 27 | 522 | 106 | 55 |
| Binary | 11000100 | 100010 | 1011110 | 0 | 1010011 | 110100 | 10111 | 101010010 | 1000110 | 101101 |
Color Harmonies of #C4225E
Complementary color
Monochromatic Colors of #C4225E
Black with #C4225E
Text Example
Text Example
White with #C4225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4225E; }
p { color: rgb(196,34,94); }
H1.HeaderClassName
{
color: #C4225E;
}
.AnyTagClassName
{
color: #C4225E;
}
</style>
background-color css
<style>
a { background-color: #C4225E; }
a { background-color: rgb(196,34,94); }
div.DivClassName
{
background-color: #C4225E;
}
.BgClassName
{
background-color: #C4225E;
}
</style>
border-color css
<style>
span { border-color: #C4225E; }
span { border-color: rgb(196,34,94); }
td.TdClassName
{
border-color: #C4225E;
}
.TagClassName
{
border-color: #C4225E;
}
</style>