Shades of Charm #C47C8C
Tints of Charm #C47C8C
RGB
CMYK
RGB Variations
Color information
#C47C8C (or 0xC47C8C) is known color: Charm. HEX triplet: C4, 7C and 8C. RGB value is (196,124,140). Sum of RGB (Red+Green+Blue) = 196+124+140=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C8C is #3B8373. Grayscale: #939393. Windows color (decimal): -3900276 or 9206980. OLE color: 9206980.
HSL color Cylindrical-coordinate representation of color #C47C8C: hue angle of 346.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47C8C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 140 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.23 |
| HSL | 346.67º | 0.38% | 0.63% | - |
| HSV(B) | 346.67º | 0.37% | 0.77% | - |
| XYZ | 34.71 | 28.04 | 28.39 | - |
| YUV | 147.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 140 | 0 | 0.37 | 0.29 | 0.23 | 346.67 | 0.38 | 0.63 |
| Hex | C4 | 7C | 8C | 0 | 25 | 1D | 17 | 15B | 26 | 3F |
| Octal | 304 | 174 | 214 | 0 | 45 | 35 | 27 | 533 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10001100 | 0 | 100101 | 11101 | 10111 | 101011011 | 100110 | 111111 |
Color Harmonies of #C47C8C
Complementary color
Monochromatic Colors of #C47C8C
Black with #C47C8C
Text Example
Text Example
White with #C47C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C8C; }
p { color: rgb(196,124,140); }
H1.HeaderClassName
{
color: #C47C8C;
}
.AnyTagClassName
{
color: #C47C8C;
}
</style>
background-color css
<style>
a { background-color: #C47C8C; }
a { background-color: rgb(196,124,140); }
div.DivClassName
{
background-color: #C47C8C;
}
.BgClassName
{
background-color: #C47C8C;
}
</style>
border-color css
<style>
span { border-color: #C47C8C; }
span { border-color: rgb(196,124,140); }
td.TdClassName
{
border-color: #C47C8C;
}
.TagClassName
{
border-color: #C47C8C;
}
</style>