Shades of Charm #C47A8E
Tints of Charm #C47A8E
RGB
CMYK
RGB Variations
Color information
#C47A8E (or 0xC47A8E) is known color: Charm. HEX triplet: C4, 7A and 8E. RGB value is (196,122,142). Sum of RGB (Red+Green+Blue) = 196+122+142=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A8E is #3B8571. Grayscale: #929292. Windows color (decimal): -3900786 or 9337540. OLE color: 9337540.
HSL color Cylindrical-coordinate representation of color #C47A8E: hue angle of 343.78º 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 #C47A8E is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 142 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.23 |
| HSL | 343.78º | 0.39% | 0.62% | - |
| HSV(B) | 343.78º | 0.38% | 0.77% | - |
| XYZ | 34.61 | 27.61 | 29.1 | - |
| YUV | 146.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 142 | 0 | 0.38 | 0.28 | 0.23 | 343.78 | 0.39 | 0.62 |
| Hex | C4 | 7A | 8E | 0 | 26 | 1C | 17 | 158 | 27 | 3E |
| Octal | 304 | 172 | 216 | 0 | 46 | 34 | 27 | 530 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10001110 | 0 | 100110 | 11100 | 10111 | 101011000 | 100111 | 111110 |
Color Harmonies of #C47A8E
Complementary color
Monochromatic Colors of #C47A8E
Black with #C47A8E
Text Example
Text Example
White with #C47A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A8E; }
p { color: rgb(196,122,142); }
H1.HeaderClassName
{
color: #C47A8E;
}
.AnyTagClassName
{
color: #C47A8E;
}
</style>
background-color css
<style>
a { background-color: #C47A8E; }
a { background-color: rgb(196,122,142); }
div.DivClassName
{
background-color: #C47A8E;
}
.BgClassName
{
background-color: #C47A8E;
}
</style>
border-color css
<style>
span { border-color: #C47A8E; }
span { border-color: rgb(196,122,142); }
td.TdClassName
{
border-color: #C47A8E;
}
.TagClassName
{
border-color: #C47A8E;
}
</style>