Shades of Charm #C46F83
Tints of Charm #C46F83
RGB
CMYK
RGB Variations
Color information
#C46F83 (or 0xC46F83) is known color: Charm. HEX triplet: C4, 6F and 83. RGB value is (196,111,131). Sum of RGB (Red+Green+Blue) = 196+111+131=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F83 is #3B907C. Grayscale: #8A8A8A. Windows color (decimal): -3903613 or 8613828. OLE color: 8613828.
HSL color Cylindrical-coordinate representation of color #C46F83: hue angle of 345.88º 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 #C46F83 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 131 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.23 |
| HSL | 345.88º | 0.42% | 0.6% | - |
| HSV(B) | 345.88º | 0.43% | 0.77% | - |
| XYZ | 32.55 | 24.74 | 24.53 | - |
| YUV | 138.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 131 | 0 | 0.43 | 0.33 | 0.23 | 345.88 | 0.42 | 0.6 |
| Hex | C4 | 6F | 83 | 0 | 2B | 21 | 17 | 15A | 2A | 3C |
| Octal | 304 | 157 | 203 | 0 | 53 | 41 | 27 | 532 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10000011 | 0 | 101011 | 100001 | 10111 | 101011010 | 101010 | 111100 |
Color Harmonies of #C46F83
Complementary color
Monochromatic Colors of #C46F83
Black with #C46F83
Text Example
Text Example
White with #C46F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F83; }
p { color: rgb(196,111,131); }
H1.HeaderClassName
{
color: #C46F83;
}
.AnyTagClassName
{
color: #C46F83;
}
</style>
background-color css
<style>
a { background-color: #C46F83; }
a { background-color: rgb(196,111,131); }
div.DivClassName
{
background-color: #C46F83;
}
.BgClassName
{
background-color: #C46F83;
}
</style>
border-color css
<style>
span { border-color: #C46F83; }
span { border-color: rgb(196,111,131); }
td.TdClassName
{
border-color: #C46F83;
}
.TagClassName
{
border-color: #C46F83;
}
</style>