Shades of Charm #C46E7B
Tints of Charm #C46E7B
RGB
CMYK
RGB Variations
Color information
#C46E7B (or 0xC46E7B) is known color: Charm. HEX triplet: C4, 6E and 7B. RGB value is (196,110,123). Sum of RGB (Red+Green+Blue) = 196+110+123=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7B is #3B9184. Grayscale: #898989. Windows color (decimal): -3903877 or 8089284. OLE color: 8089284.
HSL color Cylindrical-coordinate representation of color #C46E7B: hue angle of 350.93º 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 #C46E7B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 123 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.23 |
| HSL | 350.93º | 0.42% | 0.6% | - |
| HSV(B) | 350.93º | 0.44% | 0.77% | - |
| XYZ | 31.92 | 24.32 | 21.75 | - |
| YUV | 137.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 123 | 0 | 0.44 | 0.37 | 0.23 | 350.93 | 0.42 | 0.6 |
| Hex | C4 | 6E | 7B | 0 | 2C | 25 | 17 | 15F | 2A | 3C |
| Octal | 304 | 156 | 173 | 0 | 54 | 45 | 27 | 537 | 52 | 74 |
| Binary | 11000100 | 1101110 | 1111011 | 0 | 101100 | 100101 | 10111 | 101011111 | 101010 | 111100 |
Color Harmonies of #C46E7B
Complementary color
Monochromatic Colors of #C46E7B
Black with #C46E7B
Text Example
Text Example
White with #C46E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E7B; }
p { color: rgb(196,110,123); }
H1.HeaderClassName
{
color: #C46E7B;
}
.AnyTagClassName
{
color: #C46E7B;
}
</style>
background-color css
<style>
a { background-color: #C46E7B; }
a { background-color: rgb(196,110,123); }
div.DivClassName
{
background-color: #C46E7B;
}
.BgClassName
{
background-color: #C46E7B;
}
</style>
border-color css
<style>
span { border-color: #C46E7B; }
span { border-color: rgb(196,110,123); }
td.TdClassName
{
border-color: #C46E7B;
}
.TagClassName
{
border-color: #C46E7B;
}
</style>