Shades of Charm #C47E8C
Tints of Charm #C47E8C
RGB
CMYK
RGB Variations
Color information
#C47E8C (or 0xC47E8C) is known color: Charm. HEX triplet: C4, 7E and 8C. RGB value is (196,126,140). Sum of RGB (Red+Green+Blue) = 196+126+140=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E8C is #3B8173. Grayscale: #949494. Windows color (decimal): -3899764 or 9207492. OLE color: 9207492.
HSL color Cylindrical-coordinate representation of color #C47E8C: hue angle of 348º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47E8C is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 140 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.23 |
| HSL | 348º | 0.37% | 0.63% | - |
| HSV(B) | 348º | 0.36% | 0.77% | - |
| XYZ | 34.96 | 28.55 | 28.48 | - |
| YUV | 148.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 140 | 0 | 0.36 | 0.29 | 0.23 | 348 | 0.37 | 0.63 |
| Hex | C4 | 7E | 8C | 0 | 24 | 1D | 17 | 15C | 25 | 3F |
| Octal | 304 | 176 | 214 | 0 | 44 | 35 | 27 | 534 | 45 | 77 |
| Binary | 11000100 | 1111110 | 10001100 | 0 | 100100 | 11101 | 10111 | 101011100 | 100101 | 111111 |
Color Harmonies of #C47E8C
Complementary color
Monochromatic Colors of #C47E8C
Black with #C47E8C
Text Example
Text Example
White with #C47E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E8C; }
p { color: rgb(196,126,140); }
H1.HeaderClassName
{
color: #C47E8C;
}
.AnyTagClassName
{
color: #C47E8C;
}
</style>
background-color css
<style>
a { background-color: #C47E8C; }
a { background-color: rgb(196,126,140); }
div.DivClassName
{
background-color: #C47E8C;
}
.BgClassName
{
background-color: #C47E8C;
}
</style>
border-color css
<style>
span { border-color: #C47E8C; }
span { border-color: rgb(196,126,140); }
td.TdClassName
{
border-color: #C47E8C;
}
.TagClassName
{
border-color: #C47E8C;
}
</style>