Shades of Charm #C46E78
Tints of Charm #C46E78
RGB
CMYK
RGB Variations
Color information
#C46E78 (or 0xC46E78) is known color: Charm. HEX triplet: C4, 6E and 78. RGB value is (196,110,120). Sum of RGB (Red+Green+Blue) = 196+110+120=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E78 is #3B9187. Grayscale: #888888. Windows color (decimal): -3903880 or 7892676. OLE color: 7892676.
HSL color Cylindrical-coordinate representation of color #C46E78: hue angle of 353.02º 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 #C46E78 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 120 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.23 |
| HSL | 353.02º | 0.42% | 0.6% | - |
| HSV(B) | 353.02º | 0.44% | 0.77% | - |
| XYZ | 31.73 | 24.24 | 20.78 | - |
| YUV | 136.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 120 | 0 | 0.44 | 0.39 | 0.23 | 353.02 | 0.42 | 0.6 |
| Hex | C4 | 6E | 78 | 0 | 2C | 27 | 17 | 161 | 2A | 3C |
| Octal | 304 | 156 | 170 | 0 | 54 | 47 | 27 | 541 | 52 | 74 |
| Binary | 11000100 | 1101110 | 1111000 | 0 | 101100 | 100111 | 10111 | 101100001 | 101010 | 111100 |
Color Harmonies of #C46E78
Complementary color
Monochromatic Colors of #C46E78
Black with #C46E78
Text Example
Text Example
White with #C46E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E78; }
p { color: rgb(196,110,120); }
H1.HeaderClassName
{
color: #C46E78;
}
.AnyTagClassName
{
color: #C46E78;
}
</style>
background-color css
<style>
a { background-color: #C46E78; }
a { background-color: rgb(196,110,120); }
div.DivClassName
{
background-color: #C46E78;
}
.BgClassName
{
background-color: #C46E78;
}
</style>
border-color css
<style>
span { border-color: #C46E78; }
span { border-color: rgb(196,110,120); }
td.TdClassName
{
border-color: #C46E78;
}
.TagClassName
{
border-color: #C46E78;
}
</style>