Shades of Charm #C47386
Tints of Charm #C47386
RGB
CMYK
RGB Variations
Color information
#C47386 (or 0xC47386) is known color: Charm. HEX triplet: C4, 73 and 86. RGB value is (196,115,134). Sum of RGB (Red+Green+Blue) = 196+115+134=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47386 is #3B8C79. Grayscale: #8D8D8D. Windows color (decimal): -3902586 or 8811460. OLE color: 8811460.
HSL color Cylindrical-coordinate representation of color #C47386: hue angle of 345.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47386 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 134 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.23 |
| HSL | 345.93º | 0.41% | 0.61% | - |
| HSV(B) | 345.93º | 0.41% | 0.77% | - |
| XYZ | 33.2 | 25.72 | 25.77 | - |
| YUV | 141.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 134 | 0 | 0.41 | 0.32 | 0.23 | 345.93 | 0.41 | 0.61 |
| Hex | C4 | 73 | 86 | 0 | 29 | 20 | 17 | 15A | 29 | 3D |
| Octal | 304 | 163 | 206 | 0 | 51 | 40 | 27 | 532 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10000110 | 0 | 101001 | 100000 | 10111 | 101011010 | 101001 | 111101 |
Color Harmonies of #C47386
Complementary color
Monochromatic Colors of #C47386
Black with #C47386
Text Example
Text Example
White with #C47386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47386; }
p { color: rgb(196,115,134); }
H1.HeaderClassName
{
color: #C47386;
}
.AnyTagClassName
{
color: #C47386;
}
</style>
background-color css
<style>
a { background-color: #C47386; }
a { background-color: rgb(196,115,134); }
div.DivClassName
{
background-color: #C47386;
}
.BgClassName
{
background-color: #C47386;
}
</style>
border-color css
<style>
span { border-color: #C47386; }
span { border-color: rgb(196,115,134); }
td.TdClassName
{
border-color: #C47386;
}
.TagClassName
{
border-color: #C47386;
}
</style>