Shades of Charm #C46F77
Tints of Charm #C46F77
RGB
CMYK
RGB Variations
Color information
#C46F77 (or 0xC46F77) is known color: Charm. HEX triplet: C4, 6F and 77. RGB value is (196,111,119). Sum of RGB (Red+Green+Blue) = 196+111+119=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F77 is #3B9088. Grayscale: #898989. Windows color (decimal): -3903625 or 7827396. OLE color: 7827396.
HSL color Cylindrical-coordinate representation of color #C46F77: hue angle of 354.35º 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 #C46F77 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 119 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.23 |
| HSL | 354.35º | 0.42% | 0.6% | - |
| HSV(B) | 354.35º | 0.43% | 0.77% | - |
| XYZ | 31.78 | 24.44 | 20.49 | - |
| YUV | 137.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 119 | 0 | 0.43 | 0.39 | 0.23 | 354.35 | 0.42 | 0.6 |
| Hex | C4 | 6F | 77 | 0 | 2B | 27 | 17 | 162 | 2A | 3C |
| Octal | 304 | 157 | 167 | 0 | 53 | 47 | 27 | 542 | 52 | 74 |
| Binary | 11000100 | 1101111 | 1110111 | 0 | 101011 | 100111 | 10111 | 101100010 | 101010 | 111100 |
Color Harmonies of #C46F77
Complementary color
Monochromatic Colors of #C46F77
Black with #C46F77
Text Example
Text Example
White with #C46F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F77; }
p { color: rgb(196,111,119); }
H1.HeaderClassName
{
color: #C46F77;
}
.AnyTagClassName
{
color: #C46F77;
}
</style>
background-color css
<style>
a { background-color: #C46F77; }
a { background-color: rgb(196,111,119); }
div.DivClassName
{
background-color: #C46F77;
}
.BgClassName
{
background-color: #C46F77;
}
</style>
border-color css
<style>
span { border-color: #C46F77; }
span { border-color: rgb(196,111,119); }
td.TdClassName
{
border-color: #C46F77;
}
.TagClassName
{
border-color: #C46F77;
}
</style>