Shades of Charm #C46F78
Tints of Charm #C46F78
RGB
CMYK
RGB Variations
Color information
#C46F78 (or 0xC46F78) is known color: Charm. HEX triplet: C4, 6F and 78. RGB value is (196,111,120). Sum of RGB (Red+Green+Blue) = 196+111+120=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F78 is #3B9087. Grayscale: #898989. Windows color (decimal): -3903624 or 7892932. OLE color: 7892932.
HSL color Cylindrical-coordinate representation of color #C46F78: hue angle of 353.65º 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 #C46F78 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 120 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.23 |
| HSL | 353.65º | 0.42% | 0.6% | - |
| HSV(B) | 353.65º | 0.43% | 0.77% | - |
| XYZ | 31.84 | 24.46 | 20.81 | - |
| YUV | 137.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 120 | 0 | 0.43 | 0.39 | 0.23 | 353.65 | 0.42 | 0.6 |
| Hex | C4 | 6F | 78 | 0 | 2B | 27 | 17 | 162 | 2A | 3C |
| Octal | 304 | 157 | 170 | 0 | 53 | 47 | 27 | 542 | 52 | 74 |
| Binary | 11000100 | 1101111 | 1111000 | 0 | 101011 | 100111 | 10111 | 101100010 | 101010 | 111100 |
Color Harmonies of #C46F78
Complementary color
Monochromatic Colors of #C46F78
Black with #C46F78
Text Example
Text Example
White with #C46F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F78; }
p { color: rgb(196,111,120); }
H1.HeaderClassName
{
color: #C46F78;
}
.AnyTagClassName
{
color: #C46F78;
}
</style>
background-color css
<style>
a { background-color: #C46F78; }
a { background-color: rgb(196,111,120); }
div.DivClassName
{
background-color: #C46F78;
}
.BgClassName
{
background-color: #C46F78;
}
</style>
border-color css
<style>
span { border-color: #C46F78; }
span { border-color: rgb(196,111,120); }
td.TdClassName
{
border-color: #C46F78;
}
.TagClassName
{
border-color: #C46F78;
}
</style>