Shades of Charm #C48386
Tints of Charm #C48386
RGB
CMYK
RGB Variations
Color information
#C48386 (or 0xC48386) is known color: Charm. HEX triplet: C4, 83 and 86. RGB value is (196,131,134). Sum of RGB (Red+Green+Blue) = 196+131+134=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48386 is #3B7C79. Grayscale: #969696. Windows color (decimal): -3898490 or 8815556. OLE color: 8815556.
HSL color Cylindrical-coordinate representation of color #C48386: hue angle of 357.23º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48386 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 134 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.23 |
| HSL | 357.23º | 0.36% | 0.64% | - |
| HSV(B) | 357.23º | 0.33% | 0.77% | - |
| XYZ | 35.18 | 29.69 | 26.43 | - |
| YUV | 150.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 134 | 0 | 0.33 | 0.32 | 0.23 | 357.23 | 0.36 | 0.64 |
| Hex | C4 | 83 | 86 | 0 | 21 | 20 | 17 | 165 | 24 | 40 |
| Octal | 304 | 203 | 206 | 0 | 41 | 40 | 27 | 545 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10000110 | 0 | 100001 | 100000 | 10111 | 101100101 | 100100 | 1000000 |
Color Harmonies of #C48386
Complementary color
Monochromatic Colors of #C48386
Black with #C48386
Text Example
Text Example
White with #C48386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48386; }
p { color: rgb(196,131,134); }
H1.HeaderClassName
{
color: #C48386;
}
.AnyTagClassName
{
color: #C48386;
}
</style>
background-color css
<style>
a { background-color: #C48386; }
a { background-color: rgb(196,131,134); }
div.DivClassName
{
background-color: #C48386;
}
.BgClassName
{
background-color: #C48386;
}
</style>
border-color css
<style>
span { border-color: #C48386; }
span { border-color: rgb(196,131,134); }
td.TdClassName
{
border-color: #C48386;
}
.TagClassName
{
border-color: #C48386;
}
</style>