Shades of Charm #C46C85
Tints of Charm #C46C85
RGB
CMYK
RGB Variations
Color information
#C46C85 (or 0xC46C85) is known color: Charm. HEX triplet: C4, 6C and 85. RGB value is (196,108,133). Sum of RGB (Red+Green+Blue) = 196+108+133=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C85 is #3B937A. Grayscale: #898989. Windows color (decimal): -3904379 or 8744132. OLE color: 8744132.
HSL color Cylindrical-coordinate representation of color #C46C85: hue angle of 342.95º 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 #C46C85 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 133 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.23 |
| HSL | 342.95º | 0.43% | 0.6% | - |
| HSV(B) | 342.95º | 0.45% | 0.77% | - |
| XYZ | 32.36 | 24.15 | 25.15 | - |
| YUV | 137.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 133 | 0 | 0.45 | 0.32 | 0.23 | 342.95 | 0.43 | 0.6 |
| Hex | C4 | 6C | 85 | 0 | 2D | 20 | 17 | 157 | 2B | 3C |
| Octal | 304 | 154 | 205 | 0 | 55 | 40 | 27 | 527 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10000101 | 0 | 101101 | 100000 | 10111 | 101010111 | 101011 | 111100 |
Color Harmonies of #C46C85
Complementary color
Monochromatic Colors of #C46C85
Black with #C46C85
Text Example
Text Example
White with #C46C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C85; }
p { color: rgb(196,108,133); }
H1.HeaderClassName
{
color: #C46C85;
}
.AnyTagClassName
{
color: #C46C85;
}
</style>
background-color css
<style>
a { background-color: #C46C85; }
a { background-color: rgb(196,108,133); }
div.DivClassName
{
background-color: #C46C85;
}
.BgClassName
{
background-color: #C46C85;
}
</style>
border-color css
<style>
span { border-color: #C46C85; }
span { border-color: rgb(196,108,133); }
td.TdClassName
{
border-color: #C46C85;
}
.TagClassName
{
border-color: #C46C85;
}
</style>