Shades of Old Rose #C43559
Tints of Old Rose #C43559
RGB
CMYK
RGB Variations
Color information
#C43559 (or 0xC43559) is known color: Old Rose. HEX triplet: C4, 35 and 59. RGB value is (196,53,89). Sum of RGB (Red+Green+Blue) = 196+53+89=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C43559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43559 is #3BCAA6. Grayscale: #636363. Windows color (decimal): -3918503 or 5846468. OLE color: 5846468.
HSL color Cylindrical-coordinate representation of color #C43559: hue angle of 344.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43559 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 89 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.23 |
| HSL | 344.9º | 0.57% | 0.49% | - |
| HSV(B) | 344.9º | 0.73% | 0.77% | - |
| XYZ | 25.84 | 15 | 10.99 | - |
| YUV | 99.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 89 | 0 | 0.73 | 0.55 | 0.23 | 344.9 | 0.57 | 0.49 |
| Hex | C4 | 35 | 59 | 0 | 49 | 37 | 17 | 159 | 39 | 31 |
| Octal | 304 | 65 | 131 | 0 | 111 | 67 | 27 | 531 | 71 | 61 |
| Binary | 11000100 | 110101 | 1011001 | 0 | 1001001 | 110111 | 10111 | 101011001 | 111001 | 110001 |
Color Harmonies of #C43559
Complementary color
Monochromatic Colors of #C43559
Black with #C43559
Text Example
Text Example
White with #C43559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43559; }
p { color: rgb(196,53,89); }
H1.HeaderClassName
{
color: #C43559;
}
.AnyTagClassName
{
color: #C43559;
}
</style>
background-color css
<style>
a { background-color: #C43559; }
a { background-color: rgb(196,53,89); }
div.DivClassName
{
background-color: #C43559;
}
.BgClassName
{
background-color: #C43559;
}
</style>
border-color css
<style>
span { border-color: #C43559; }
span { border-color: rgb(196,53,89); }
td.TdClassName
{
border-color: #C43559;
}
.TagClassName
{
border-color: #C43559;
}
</style>