Shades of Charm #C46E7C
Tints of Charm #C46E7C
RGB
CMYK
RGB Variations
Color information
#C46E7C (or 0xC46E7C) is known color: Charm. HEX triplet: C4, 6E and 7C. RGB value is (196,110,124). Sum of RGB (Red+Green+Blue) = 196+110+124=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7C is #3B9183. Grayscale: #898989. Windows color (decimal): -3903876 or 8154820. OLE color: 8154820.
HSL color Cylindrical-coordinate representation of color #C46E7C: hue angle of 350.23º 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 #C46E7C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 124 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.23 |
| HSL | 350.23º | 0.42% | 0.6% | - |
| HSV(B) | 350.23º | 0.44% | 0.77% | - |
| XYZ | 31.98 | 24.34 | 22.08 | - |
| YUV | 137.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 124 | 0 | 0.44 | 0.37 | 0.23 | 350.23 | 0.42 | 0.6 |
| Hex | C4 | 6E | 7C | 0 | 2C | 25 | 17 | 15E | 2A | 3C |
| Octal | 304 | 156 | 174 | 0 | 54 | 45 | 27 | 536 | 52 | 74 |
| Binary | 11000100 | 1101110 | 1111100 | 0 | 101100 | 100101 | 10111 | 101011110 | 101010 | 111100 |
Color Harmonies of #C46E7C
Complementary color
Monochromatic Colors of #C46E7C
Black with #C46E7C
Text Example
Text Example
White with #C46E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E7C; }
p { color: rgb(196,110,124); }
H1.HeaderClassName
{
color: #C46E7C;
}
.AnyTagClassName
{
color: #C46E7C;
}
</style>
background-color css
<style>
a { background-color: #C46E7C; }
a { background-color: rgb(196,110,124); }
div.DivClassName
{
background-color: #C46E7C;
}
.BgClassName
{
background-color: #C46E7C;
}
</style>
border-color css
<style>
span { border-color: #C46E7C; }
span { border-color: rgb(196,110,124); }
td.TdClassName
{
border-color: #C46E7C;
}
.TagClassName
{
border-color: #C46E7C;
}
</style>