Shades of Old Rose #C43659
Tints of Old Rose #C43659
RGB
CMYK
RGB Variations
Color information
#C43659 (or 0xC43659) is known color: Old Rose. HEX triplet: C4, 36 and 59. RGB value is (196,54,89). Sum of RGB (Red+Green+Blue) = 196+54+89=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C43659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43659 is #3BC9A6. Grayscale: #646464. Windows color (decimal): -3918247 or 5846724. OLE color: 5846724.
HSL color Cylindrical-coordinate representation of color #C43659: hue angle of 345.21º degrees, saturation: 0.57, 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 #C43659 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 89 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.23 |
| HSL | 345.21º | 0.57% | 0.49% | - |
| HSV(B) | 345.21º | 0.72% | 0.77% | - |
| XYZ | 25.89 | 15.1 | 11 | - |
| YUV | 100.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 89 | 0 | 0.72 | 0.55 | 0.23 | 345.21 | 0.57 | 0.49 |
| Hex | C4 | 36 | 59 | 0 | 48 | 37 | 17 | 159 | 39 | 31 |
| Octal | 304 | 66 | 131 | 0 | 110 | 67 | 27 | 531 | 71 | 61 |
| Binary | 11000100 | 110110 | 1011001 | 0 | 1001000 | 110111 | 10111 | 101011001 | 111001 | 110001 |
Color Harmonies of #C43659
Complementary color
Monochromatic Colors of #C43659
Black with #C43659
Text Example
Text Example
White with #C43659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43659; }
p { color: rgb(196,54,89); }
H1.HeaderClassName
{
color: #C43659;
}
.AnyTagClassName
{
color: #C43659;
}
</style>
background-color css
<style>
a { background-color: #C43659; }
a { background-color: rgb(196,54,89); }
div.DivClassName
{
background-color: #C43659;
}
.BgClassName
{
background-color: #C43659;
}
</style>
border-color css
<style>
span { border-color: #C43659; }
span { border-color: rgb(196,54,89); }
td.TdClassName
{
border-color: #C43659;
}
.TagClassName
{
border-color: #C43659;
}
</style>