Shades of Charm #C46C87
Tints of Charm #C46C87
RGB
CMYK
RGB Variations
Color information
#C46C87 (or 0xC46C87) is known color: Charm. HEX triplet: C4, 6C and 87. RGB value is (196,108,135). Sum of RGB (Red+Green+Blue) = 196+108+135=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C87 is #3B9378. Grayscale: #898989. Windows color (decimal): -3904377 or 8875204. OLE color: 8875204.
HSL color Cylindrical-coordinate representation of color #C46C87: hue angle of 341.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C87 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 135 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.23 |
| HSL | 341.59º | 0.43% | 0.6% | - |
| HSV(B) | 341.59º | 0.45% | 0.77% | - |
| XYZ | 32.5 | 24.21 | 25.88 | - |
| YUV | 137.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 135 | 0 | 0.45 | 0.31 | 0.23 | 341.59 | 0.43 | 0.6 |
| Hex | C4 | 6C | 87 | 0 | 2D | 1F | 17 | 156 | 2B | 3C |
| Octal | 304 | 154 | 207 | 0 | 55 | 37 | 27 | 526 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10000111 | 0 | 101101 | 11111 | 10111 | 101010110 | 101011 | 111100 |
Color Harmonies of #C46C87
Complementary color
Monochromatic Colors of #C46C87
Black with #C46C87
Text Example
Text Example
White with #C46C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C87; }
p { color: rgb(196,108,135); }
H1.HeaderClassName
{
color: #C46C87;
}
.AnyTagClassName
{
color: #C46C87;
}
</style>
background-color css
<style>
a { background-color: #C46C87; }
a { background-color: rgb(196,108,135); }
div.DivClassName
{
background-color: #C46C87;
}
.BgClassName
{
background-color: #C46C87;
}
</style>
border-color css
<style>
span { border-color: #C46C87; }
span { border-color: rgb(196,108,135); }
td.TdClassName
{
border-color: #C46C87;
}
.TagClassName
{
border-color: #C46C87;
}
</style>