Shades of Old Rose #C4245A
Tints of Old Rose #C4245A
RGB
CMYK
RGB Variations
Color information
#C4245A (or 0xC4245A) is known color: Old Rose. HEX triplet: C4, 24 and 5A. RGB value is (196,36,90). Sum of RGB (Red+Green+Blue) = 196+36+90=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4245A is #3BDBA5. Grayscale: #595959. Windows color (decimal): -3922854 or 5907652. OLE color: 5907652.
HSL color Cylindrical-coordinate representation of color #C4245A: hue angle of 339.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4245A is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 90 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.23 |
| HSL | 339.75º | 0.69% | 0.45% | - |
| HSV(B) | 339.75º | 0.82% | 0.77% | - |
| XYZ | 25.24 | 13.74 | 10.99 | - |
| YUV | 90 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 90 | 0 | 0.82 | 0.54 | 0.23 | 339.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | 5A | 0 | 52 | 36 | 17 | 154 | 45 | 2D |
| Octal | 304 | 44 | 132 | 0 | 122 | 66 | 27 | 524 | 105 | 55 |
| Binary | 11000100 | 100100 | 1011010 | 0 | 1010010 | 110110 | 10111 | 101010100 | 1000101 | 101101 |
Color Harmonies of #C4245A
Complementary color
Monochromatic Colors of #C4245A
Black with #C4245A
Text Example
Text Example
White with #C4245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4245A; }
p { color: rgb(196,36,90); }
H1.HeaderClassName
{
color: #C4245A;
}
.AnyTagClassName
{
color: #C4245A;
}
</style>
background-color css
<style>
a { background-color: #C4245A; }
a { background-color: rgb(196,36,90); }
div.DivClassName
{
background-color: #C4245A;
}
.BgClassName
{
background-color: #C4245A;
}
</style>
border-color css
<style>
span { border-color: #C4245A; }
span { border-color: rgb(196,36,90); }
td.TdClassName
{
border-color: #C4245A;
}
.TagClassName
{
border-color: #C4245A;
}
</style>