Shades of Charm #C46F85
Tints of Charm #C46F85
RGB
CMYK
RGB Variations
Color information
#C46F85 (or 0xC46F85) is known color: Charm. HEX triplet: C4, 6F and 85. RGB value is (196,111,133). Sum of RGB (Red+Green+Blue) = 196+111+133=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F85 is #3B907A. Grayscale: #8A8A8A. Windows color (decimal): -3903611 or 8744900. OLE color: 8744900.
HSL color Cylindrical-coordinate representation of color #C46F85: hue angle of 344.47º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46F85 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 133 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.23 |
| HSL | 344.47º | 0.42% | 0.6% | - |
| HSV(B) | 344.47º | 0.43% | 0.77% | - |
| XYZ | 32.68 | 24.8 | 25.25 | - |
| YUV | 138.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 133 | 0 | 0.43 | 0.32 | 0.23 | 344.47 | 0.42 | 0.6 |
| Hex | C4 | 6F | 85 | 0 | 2B | 20 | 17 | 158 | 2A | 3C |
| Octal | 304 | 157 | 205 | 0 | 53 | 40 | 27 | 530 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10000101 | 0 | 101011 | 100000 | 10111 | 101011000 | 101010 | 111100 |
Color Harmonies of #C46F85
Complementary color
Monochromatic Colors of #C46F85
Black with #C46F85
Text Example
Text Example
White with #C46F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F85; }
p { color: rgb(196,111,133); }
H1.HeaderClassName
{
color: #C46F85;
}
.AnyTagClassName
{
color: #C46F85;
}
</style>
background-color css
<style>
a { background-color: #C46F85; }
a { background-color: rgb(196,111,133); }
div.DivClassName
{
background-color: #C46F85;
}
.BgClassName
{
background-color: #C46F85;
}
</style>
border-color css
<style>
span { border-color: #C46F85; }
span { border-color: rgb(196,111,133); }
td.TdClassName
{
border-color: #C46F85;
}
.TagClassName
{
border-color: #C46F85;
}
</style>