Shades of Old Rose #C43A59
Tints of Old Rose #C43A59
RGB
CMYK
RGB Variations
Color information
#C43A59 (or 0xC43A59) is known color: Old Rose. HEX triplet: C4, 3A and 59. RGB value is (196,58,89). Sum of RGB (Red+Green+Blue) = 196+58+89=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A59 is #3BC5A6. Grayscale: #666666. Windows color (decimal): -3917223 or 5847748. OLE color: 5847748.
HSL color Cylindrical-coordinate representation of color #C43A59: hue angle of 346.52º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A59 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 89 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.23 |
| HSL | 346.52º | 0.54% | 0.5% | - |
| HSV(B) | 346.52º | 0.7% | 0.77% | - |
| XYZ | 26.08 | 15.48 | 11.07 | - |
| YUV | 102.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 89 | 0 | 0.70 | 0.55 | 0.23 | 346.52 | 0.54 | 0.5 |
| Hex | C4 | 3A | 59 | 0 | 46 | 37 | 17 | 15B | 36 | 32 |
| Octal | 304 | 72 | 131 | 0 | 106 | 67 | 27 | 533 | 66 | 62 |
| Binary | 11000100 | 111010 | 1011001 | 0 | 1000110 | 110111 | 10111 | 101011011 | 110110 | 110010 |
Color Harmonies of #C43A59
Complementary color
Monochromatic Colors of #C43A59
Black with #C43A59
Text Example
Text Example
White with #C43A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A59; }
p { color: rgb(196,58,89); }
H1.HeaderClassName
{
color: #C43A59;
}
.AnyTagClassName
{
color: #C43A59;
}
</style>
background-color css
<style>
a { background-color: #C43A59; }
a { background-color: rgb(196,58,89); }
div.DivClassName
{
background-color: #C43A59;
}
.BgClassName
{
background-color: #C43A59;
}
</style>
border-color css
<style>
span { border-color: #C43A59; }
span { border-color: rgb(196,58,89); }
td.TdClassName
{
border-color: #C43A59;
}
.TagClassName
{
border-color: #C43A59;
}
</style>