Shades of Charm #C46F7F
Tints of Charm #C46F7F
RGB
CMYK
RGB Variations
Color information
#C46F7F (or 0xC46F7F) is known color: Charm. HEX triplet: C4, 6F and 7F. RGB value is (196,111,127). Sum of RGB (Red+Green+Blue) = 196+111+127=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F7F is #3B9080. Grayscale: #8A8A8A. Windows color (decimal): -3903617 or 8351684. OLE color: 8351684.
HSL color Cylindrical-coordinate representation of color #C46F7F: hue angle of 348.71º 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 #C46F7F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 127 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.23 |
| HSL | 348.71º | 0.42% | 0.6% | - |
| HSV(B) | 348.71º | 0.43% | 0.77% | - |
| XYZ | 32.28 | 24.64 | 23.13 | - |
| YUV | 138.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 127 | 0 | 0.43 | 0.35 | 0.23 | 348.71 | 0.42 | 0.6 |
| Hex | C4 | 6F | 7F | 0 | 2B | 23 | 17 | 15D | 2A | 3C |
| Octal | 304 | 157 | 177 | 0 | 53 | 43 | 27 | 535 | 52 | 74 |
| Binary | 11000100 | 1101111 | 1111111 | 0 | 101011 | 100011 | 10111 | 101011101 | 101010 | 111100 |
Color Harmonies of #C46F7F
Complementary color
Monochromatic Colors of #C46F7F
Black with #C46F7F
Text Example
Text Example
White with #C46F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F7F; }
p { color: rgb(196,111,127); }
H1.HeaderClassName
{
color: #C46F7F;
}
.AnyTagClassName
{
color: #C46F7F;
}
</style>
background-color css
<style>
a { background-color: #C46F7F; }
a { background-color: rgb(196,111,127); }
div.DivClassName
{
background-color: #C46F7F;
}
.BgClassName
{
background-color: #C46F7F;
}
</style>
border-color css
<style>
span { border-color: #C46F7F; }
span { border-color: rgb(196,111,127); }
td.TdClassName
{
border-color: #C46F7F;
}
.TagClassName
{
border-color: #C46F7F;
}
</style>