Shades of Old Rose #C43159
Tints of Old Rose #C43159
RGB
CMYK
RGB Variations
Color information
#C43159 (or 0xC43159) is known color: Old Rose. HEX triplet: C4, 31 and 59. RGB value is (196,49,89). Sum of RGB (Red+Green+Blue) = 196+49+89=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43159 is #3BCEA6. Grayscale: #616161. Windows color (decimal): -3919527 or 5845444. OLE color: 5845444.
HSL color Cylindrical-coordinate representation of color #C43159: hue angle of 343.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43159 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 89 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.23 |
| HSL | 343.67º | 0.6% | 0.48% | - |
| HSV(B) | 343.67º | 0.75% | 0.77% | - |
| XYZ | 25.67 | 14.65 | 10.93 | - |
| YUV | 97.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 89 | 0 | 0.75 | 0.55 | 0.23 | 343.67 | 0.6 | 0.48 |
| Hex | C4 | 31 | 59 | 0 | 4B | 37 | 17 | 158 | 3C | 30 |
| Octal | 304 | 61 | 131 | 0 | 113 | 67 | 27 | 530 | 74 | 60 |
| Binary | 11000100 | 110001 | 1011001 | 0 | 1001011 | 110111 | 10111 | 101011000 | 111100 | 110000 |
Color Harmonies of #C43159
Complementary color
Monochromatic Colors of #C43159
Black with #C43159
Text Example
Text Example
White with #C43159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43159; }
p { color: rgb(196,49,89); }
H1.HeaderClassName
{
color: #C43159;
}
.AnyTagClassName
{
color: #C43159;
}
</style>
background-color css
<style>
a { background-color: #C43159; }
a { background-color: rgb(196,49,89); }
div.DivClassName
{
background-color: #C43159;
}
.BgClassName
{
background-color: #C43159;
}
</style>
border-color css
<style>
span { border-color: #C43159; }
span { border-color: rgb(196,49,89); }
td.TdClassName
{
border-color: #C43159;
}
.TagClassName
{
border-color: #C43159;
}
</style>