Shades of Charm #C46E81
Tints of Charm #C46E81
RGB
CMYK
RGB Variations
Color information
#C46E81 (or 0xC46E81) is known color: Charm. HEX triplet: C4, 6E and 81. RGB value is (196,110,129). Sum of RGB (Red+Green+Blue) = 196+110+129=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46E81 is #3B917E. Grayscale: #898989. Windows color (decimal): -3903871 or 8482500. OLE color: 8482500.
HSL color Cylindrical-coordinate representation of color #C46E81: hue angle of 346.74º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E81 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 129 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.23 |
| HSL | 346.74º | 0.42% | 0.6% | - |
| HSV(B) | 346.74º | 0.44% | 0.77% | - |
| XYZ | 32.3 | 24.47 | 23.79 | - |
| YUV | 137.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 129 | 0 | 0.44 | 0.34 | 0.23 | 346.74 | 0.42 | 0.6 |
| Hex | C4 | 6E | 81 | 0 | 2C | 22 | 17 | 15B | 2A | 3C |
| Octal | 304 | 156 | 201 | 0 | 54 | 42 | 27 | 533 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10000001 | 0 | 101100 | 100010 | 10111 | 101011011 | 101010 | 111100 |
Color Harmonies of #C46E81
Complementary color
Monochromatic Colors of #C46E81
Black with #C46E81
Text Example
Text Example
White with #C46E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E81; }
p { color: rgb(196,110,129); }
H1.HeaderClassName
{
color: #C46E81;
}
.AnyTagClassName
{
color: #C46E81;
}
</style>
background-color css
<style>
a { background-color: #C46E81; }
a { background-color: rgb(196,110,129); }
div.DivClassName
{
background-color: #C46E81;
}
.BgClassName
{
background-color: #C46E81;
}
</style>
border-color css
<style>
span { border-color: #C46E81; }
span { border-color: rgb(196,110,129); }
td.TdClassName
{
border-color: #C46E81;
}
.TagClassName
{
border-color: #C46E81;
}
</style>