Shades of Charm #C47A8D
Tints of Charm #C47A8D
RGB
CMYK
RGB Variations
Color information
#C47A8D (or 0xC47A8D) is known color: Charm. HEX triplet: C4, 7A and 8D. RGB value is (196,122,141). Sum of RGB (Red+Green+Blue) = 196+122+141=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A8D is #3B8572. Grayscale: #929292. Windows color (decimal): -3900787 or 9272004. OLE color: 9272004.
HSL color Cylindrical-coordinate representation of color #C47A8D: hue angle of 344.59º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47A8D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 141 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.23 |
| HSL | 344.59º | 0.39% | 0.62% | - |
| HSV(B) | 344.59º | 0.38% | 0.77% | - |
| XYZ | 34.53 | 27.58 | 28.7 | - |
| YUV | 146.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 141 | 0 | 0.38 | 0.28 | 0.23 | 344.59 | 0.39 | 0.62 |
| Hex | C4 | 7A | 8D | 0 | 26 | 1C | 17 | 159 | 27 | 3E |
| Octal | 304 | 172 | 215 | 0 | 46 | 34 | 27 | 531 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10001101 | 0 | 100110 | 11100 | 10111 | 101011001 | 100111 | 111110 |
Color Harmonies of #C47A8D
Complementary color
Monochromatic Colors of #C47A8D
Black with #C47A8D
Text Example
Text Example
White with #C47A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A8D; }
p { color: rgb(196,122,141); }
H1.HeaderClassName
{
color: #C47A8D;
}
.AnyTagClassName
{
color: #C47A8D;
}
</style>
background-color css
<style>
a { background-color: #C47A8D; }
a { background-color: rgb(196,122,141); }
div.DivClassName
{
background-color: #C47A8D;
}
.BgClassName
{
background-color: #C47A8D;
}
</style>
border-color css
<style>
span { border-color: #C47A8D; }
span { border-color: rgb(196,122,141); }
td.TdClassName
{
border-color: #C47A8D;
}
.TagClassName
{
border-color: #C47A8D;
}
</style>