Shades of Charm #C46A82
Tints of Charm #C46A82
RGB
CMYK
RGB Variations
Color information
#C46A82 (or 0xC46A82) is known color: Charm. HEX triplet: C4, 6A and 82. RGB value is (196,106,130). Sum of RGB (Red+Green+Blue) = 196+106+130=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46A82 is #3B957D. Grayscale: #878787. Windows color (decimal): -3904894 or 8547012. OLE color: 8547012.
HSL color Cylindrical-coordinate representation of color #C46A82: hue angle of 344º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46A82 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 130 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.23 |
| HSL | 344º | 0.43% | 0.59% | - |
| HSV(B) | 344º | 0.46% | 0.77% | - |
| XYZ | 31.95 | 23.66 | 24 | - |
| YUV | 135.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 130 | 0 | 0.46 | 0.34 | 0.23 | 344 | 0.43 | 0.59 |
| Hex | C4 | 6A | 82 | 0 | 2E | 22 | 17 | 158 | 2B | 3B |
| Octal | 304 | 152 | 202 | 0 | 56 | 42 | 27 | 530 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10000010 | 0 | 101110 | 100010 | 10111 | 101011000 | 101011 | 111011 |
Color Harmonies of #C46A82
Complementary color
Monochromatic Colors of #C46A82
Black with #C46A82
Text Example
Text Example
White with #C46A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A82; }
p { color: rgb(196,106,130); }
H1.HeaderClassName
{
color: #C46A82;
}
.AnyTagClassName
{
color: #C46A82;
}
</style>
background-color css
<style>
a { background-color: #C46A82; }
a { background-color: rgb(196,106,130); }
div.DivClassName
{
background-color: #C46A82;
}
.BgClassName
{
background-color: #C46A82;
}
</style>
border-color css
<style>
span { border-color: #C46A82; }
span { border-color: rgb(196,106,130); }
td.TdClassName
{
border-color: #C46A82;
}
.TagClassName
{
border-color: #C46A82;
}
</style>