Shades of Old Rose #C43A58
Tints of Old Rose #C43A58
RGB
CMYK
RGB Variations
Color information
#C43A58 (or 0xC43A58) is known color: Old Rose. HEX triplet: C4, 3A and 58. RGB value is (196,58,88). Sum of RGB (Red+Green+Blue) = 196+58+88=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A58 is #3BC5A7. Grayscale: #666666. Windows color (decimal): -3917224 or 5782212. OLE color: 5782212.
HSL color Cylindrical-coordinate representation of color #C43A58: hue angle of 346.96º 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 #C43A58 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 88 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.23 |
| HSL | 346.96º | 0.54% | 0.5% | - |
| HSV(B) | 346.96º | 0.7% | 0.77% | - |
| XYZ | 26.04 | 15.47 | 10.85 | - |
| YUV | 102.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 88 | 0 | 0.70 | 0.55 | 0.23 | 346.96 | 0.54 | 0.5 |
| Hex | C4 | 3A | 58 | 0 | 46 | 37 | 17 | 15B | 36 | 32 |
| Octal | 304 | 72 | 130 | 0 | 106 | 67 | 27 | 533 | 66 | 62 |
| Binary | 11000100 | 111010 | 1011000 | 0 | 1000110 | 110111 | 10111 | 101011011 | 110110 | 110010 |
Color Harmonies of #C43A58
Complementary color
Monochromatic Colors of #C43A58
Black with #C43A58
Text Example
Text Example
White with #C43A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A58; }
p { color: rgb(196,58,88); }
H1.HeaderClassName
{
color: #C43A58;
}
.AnyTagClassName
{
color: #C43A58;
}
</style>
background-color css
<style>
a { background-color: #C43A58; }
a { background-color: rgb(196,58,88); }
div.DivClassName
{
background-color: #C43A58;
}
.BgClassName
{
background-color: #C43A58;
}
</style>
border-color css
<style>
span { border-color: #C43A58; }
span { border-color: rgb(196,58,88); }
td.TdClassName
{
border-color: #C43A58;
}
.TagClassName
{
border-color: #C43A58;
}
</style>