Shades of Charm #C46E85
Tints of Charm #C46E85
RGB
CMYK
RGB Variations
Color information
#C46E85 (or 0xC46E85) is known color: Charm. HEX triplet: C4, 6E and 85. RGB value is (196,110,133). Sum of RGB (Red+Green+Blue) = 196+110+133=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46E85 is #3B917A. Grayscale: #8A8A8A. Windows color (decimal): -3903867 or 8744644. OLE color: 8744644.
HSL color Cylindrical-coordinate representation of color #C46E85: hue angle of 343.95º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E85 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 133 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.23 |
| HSL | 343.95º | 0.42% | 0.6% | - |
| HSV(B) | 343.95º | 0.44% | 0.77% | - |
| XYZ | 32.57 | 24.58 | 25.22 | - |
| YUV | 138.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 133 | 0 | 0.44 | 0.32 | 0.23 | 343.95 | 0.42 | 0.6 |
| Hex | C4 | 6E | 85 | 0 | 2C | 20 | 17 | 158 | 2A | 3C |
| Octal | 304 | 156 | 205 | 0 | 54 | 40 | 27 | 530 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10000101 | 0 | 101100 | 100000 | 10111 | 101011000 | 101010 | 111100 |
Color Harmonies of #C46E85
Complementary color
Monochromatic Colors of #C46E85
Black with #C46E85
Text Example
Text Example
White with #C46E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E85; }
p { color: rgb(196,110,133); }
H1.HeaderClassName
{
color: #C46E85;
}
.AnyTagClassName
{
color: #C46E85;
}
</style>
background-color css
<style>
a { background-color: #C46E85; }
a { background-color: rgb(196,110,133); }
div.DivClassName
{
background-color: #C46E85;
}
.BgClassName
{
background-color: #C46E85;
}
</style>
border-color css
<style>
span { border-color: #C46E85; }
span { border-color: rgb(196,110,133); }
td.TdClassName
{
border-color: #C46E85;
}
.TagClassName
{
border-color: #C46E85;
}
</style>