Shades of Charm #C46B86
Tints of Charm #C46B86
RGB
CMYK
RGB Variations
Color information
#C46B86 (or 0xC46B86) is known color: Charm. HEX triplet: C4, 6B and 86. RGB value is (196,107,134). Sum of RGB (Red+Green+Blue) = 196+107+134=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46B86 is #3B9479. Grayscale: #888888. Windows color (decimal): -3904634 or 8809412. OLE color: 8809412.
HSL color Cylindrical-coordinate representation of color #C46B86: hue angle of 341.8º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46B86 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 134 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.23 |
| HSL | 341.8º | 0.43% | 0.59% | - |
| HSV(B) | 341.8º | 0.45% | 0.77% | - |
| XYZ | 32.33 | 23.97 | 25.48 | - |
| YUV | 136.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 134 | 0 | 0.45 | 0.32 | 0.23 | 341.8 | 0.43 | 0.59 |
| Hex | C4 | 6B | 86 | 0 | 2D | 20 | 17 | 156 | 2B | 3B |
| Octal | 304 | 153 | 206 | 0 | 55 | 40 | 27 | 526 | 53 | 73 |
| Binary | 11000100 | 1101011 | 10000110 | 0 | 101101 | 100000 | 10111 | 101010110 | 101011 | 111011 |
Color Harmonies of #C46B86
Complementary color
Monochromatic Colors of #C46B86
Black with #C46B86
Text Example
Text Example
White with #C46B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B86; }
p { color: rgb(196,107,134); }
H1.HeaderClassName
{
color: #C46B86;
}
.AnyTagClassName
{
color: #C46B86;
}
</style>
background-color css
<style>
a { background-color: #C46B86; }
a { background-color: rgb(196,107,134); }
div.DivClassName
{
background-color: #C46B86;
}
.BgClassName
{
background-color: #C46B86;
}
</style>
border-color css
<style>
span { border-color: #C46B86; }
span { border-color: rgb(196,107,134); }
td.TdClassName
{
border-color: #C46B86;
}
.TagClassName
{
border-color: #C46B86;
}
</style>