Shades of Old Rose #C43A54
Tints of Old Rose #C43A54
RGB
CMYK
RGB Variations
Color information
#C43A54 (or 0xC43A54) is known color: Old Rose. HEX triplet: C4, 3A and 54. RGB value is (196,58,84). Sum of RGB (Red+Green+Blue) = 196+58+84=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A54 is #3BC5AB. Grayscale: #666666. Windows color (decimal): -3917228 or 5520068. OLE color: 5520068.
HSL color Cylindrical-coordinate representation of color #C43A54: hue angle of 348.7º 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 #C43A54 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 84 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.23 |
| HSL | 348.7º | 0.54% | 0.5% | - |
| HSV(B) | 348.7º | 0.7% | 0.77% | - |
| XYZ | 25.88 | 15.4 | 10 | - |
| YUV | 102.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 84 | 0 | 0.70 | 0.57 | 0.23 | 348.7 | 0.54 | 0.5 |
| Hex | C4 | 3A | 54 | 0 | 46 | 39 | 17 | 15D | 36 | 32 |
| Octal | 304 | 72 | 124 | 0 | 106 | 71 | 27 | 535 | 66 | 62 |
| Binary | 11000100 | 111010 | 1010100 | 0 | 1000110 | 111001 | 10111 | 101011101 | 110110 | 110010 |
Color Harmonies of #C43A54
Complementary color
Monochromatic Colors of #C43A54
Black with #C43A54
Text Example
Text Example
White with #C43A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A54; }
p { color: rgb(196,58,84); }
H1.HeaderClassName
{
color: #C43A54;
}
.AnyTagClassName
{
color: #C43A54;
}
</style>
background-color css
<style>
a { background-color: #C43A54; }
a { background-color: rgb(196,58,84); }
div.DivClassName
{
background-color: #C43A54;
}
.BgClassName
{
background-color: #C43A54;
}
</style>
border-color css
<style>
span { border-color: #C43A54; }
span { border-color: rgb(196,58,84); }
td.TdClassName
{
border-color: #C43A54;
}
.TagClassName
{
border-color: #C43A54;
}
</style>