Shades of Charm #C46F81
Tints of Charm #C46F81
RGB
CMYK
RGB Variations
Color information
#C46F81 (or 0xC46F81) is known color: Charm. HEX triplet: C4, 6F and 81. RGB value is (196,111,129). Sum of RGB (Red+Green+Blue) = 196+111+129=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F81 is #3B907E. Grayscale: #8A8A8A. Windows color (decimal): -3903615 or 8482756. OLE color: 8482756.
HSL color Cylindrical-coordinate representation of color #C46F81: hue angle of 347.29º 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 #C46F81 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 129 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.23 |
| HSL | 347.29º | 0.42% | 0.6% | - |
| HSV(B) | 347.29º | 0.43% | 0.77% | - |
| XYZ | 32.41 | 24.69 | 23.83 | - |
| YUV | 138.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 129 | 0 | 0.43 | 0.34 | 0.23 | 347.29 | 0.42 | 0.6 |
| Hex | C4 | 6F | 81 | 0 | 2B | 22 | 17 | 15B | 2A | 3C |
| Octal | 304 | 157 | 201 | 0 | 53 | 42 | 27 | 533 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10000001 | 0 | 101011 | 100010 | 10111 | 101011011 | 101010 | 111100 |
Color Harmonies of #C46F81
Complementary color
Monochromatic Colors of #C46F81
Black with #C46F81
Text Example
Text Example
White with #C46F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F81; }
p { color: rgb(196,111,129); }
H1.HeaderClassName
{
color: #C46F81;
}
.AnyTagClassName
{
color: #C46F81;
}
</style>
background-color css
<style>
a { background-color: #C46F81; }
a { background-color: rgb(196,111,129); }
div.DivClassName
{
background-color: #C46F81;
}
.BgClassName
{
background-color: #C46F81;
}
</style>
border-color css
<style>
span { border-color: #C46F81; }
span { border-color: rgb(196,111,129); }
td.TdClassName
{
border-color: #C46F81;
}
.TagClassName
{
border-color: #C46F81;
}
</style>