Shades of Old Rose #C43759
Tints of Old Rose #C43759
RGB
CMYK
RGB Variations
Color information
#C43759 (or 0xC43759) is known color: Old Rose. HEX triplet: C4, 37 and 59. RGB value is (196,55,89). Sum of RGB (Red+Green+Blue) = 196+55+89=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C43759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43759 is #3BC8A6. Grayscale: #656565. Windows color (decimal): -3917991 or 5846980. OLE color: 5846980.
HSL color Cylindrical-coordinate representation of color #C43759: hue angle of 345.53º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43759 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 89 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.23 |
| HSL | 345.53º | 0.56% | 0.49% | - |
| HSV(B) | 345.53º | 0.72% | 0.77% | - |
| XYZ | 25.93 | 15.19 | 11.02 | - |
| YUV | 101.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 89 | 0 | 0.72 | 0.55 | 0.23 | 345.53 | 0.56 | 0.49 |
| Hex | C4 | 37 | 59 | 0 | 48 | 37 | 17 | 15A | 38 | 31 |
| Octal | 304 | 67 | 131 | 0 | 110 | 67 | 27 | 532 | 70 | 61 |
| Binary | 11000100 | 110111 | 1011001 | 0 | 1001000 | 110111 | 10111 | 101011010 | 111000 | 110001 |
Color Harmonies of #C43759
Complementary color
Monochromatic Colors of #C43759
Black with #C43759
Text Example
Text Example
White with #C43759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43759; }
p { color: rgb(196,55,89); }
H1.HeaderClassName
{
color: #C43759;
}
.AnyTagClassName
{
color: #C43759;
}
</style>
background-color css
<style>
a { background-color: #C43759; }
a { background-color: rgb(196,55,89); }
div.DivClassName
{
background-color: #C43759;
}
.BgClassName
{
background-color: #C43759;
}
</style>
border-color css
<style>
span { border-color: #C43759; }
span { border-color: rgb(196,55,89); }
td.TdClassName
{
border-color: #C43759;
}
.TagClassName
{
border-color: #C43759;
}
</style>