Shades of Charm #C47786
Tints of Charm #C47786
RGB
CMYK
RGB Variations
Color information
#C47786 (or 0xC47786) is known color: Charm. HEX triplet: C4, 77 and 86. RGB value is (196,119,134). Sum of RGB (Red+Green+Blue) = 196+119+134=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C47786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47786 is #3B8879. Grayscale: #8F8F8F. Windows color (decimal): -3901562 or 8812484. OLE color: 8812484.
HSL color Cylindrical-coordinate representation of color #C47786: hue angle of 348.31º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47786 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 134 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.23 |
| HSL | 348.31º | 0.39% | 0.62% | - |
| HSV(B) | 348.31º | 0.39% | 0.77% | - |
| XYZ | 33.66 | 26.65 | 25.92 | - |
| YUV | 143.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 134 | 0 | 0.39 | 0.32 | 0.23 | 348.31 | 0.39 | 0.62 |
| Hex | C4 | 77 | 86 | 0 | 27 | 20 | 17 | 15C | 27 | 3E |
| Octal | 304 | 167 | 206 | 0 | 47 | 40 | 27 | 534 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10000110 | 0 | 100111 | 100000 | 10111 | 101011100 | 100111 | 111110 |
Color Harmonies of #C47786
Complementary color
Monochromatic Colors of #C47786
Black with #C47786
Text Example
Text Example
White with #C47786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47786; }
p { color: rgb(196,119,134); }
H1.HeaderClassName
{
color: #C47786;
}
.AnyTagClassName
{
color: #C47786;
}
</style>
background-color css
<style>
a { background-color: #C47786; }
a { background-color: rgb(196,119,134); }
div.DivClassName
{
background-color: #C47786;
}
.BgClassName
{
background-color: #C47786;
}
</style>
border-color css
<style>
span { border-color: #C47786; }
span { border-color: rgb(196,119,134); }
td.TdClassName
{
border-color: #C47786;
}
.TagClassName
{
border-color: #C47786;
}
</style>