Shades of Charm #C47A8C
Tints of Charm #C47A8C
RGB
CMYK
RGB Variations
Color information
#C47A8C (or 0xC47A8C) is known color: Charm. HEX triplet: C4, 7A and 8C. RGB value is (196,122,140). Sum of RGB (Red+Green+Blue) = 196+122+140=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A8C is #3B8573. Grayscale: #929292. Windows color (decimal): -3900788 or 9206468. OLE color: 9206468.
HSL color Cylindrical-coordinate representation of color #C47A8C: hue angle of 345.41º 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 #C47A8C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 140 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.23 |
| HSL | 345.41º | 0.39% | 0.62% | - |
| HSV(B) | 345.41º | 0.38% | 0.77% | - |
| XYZ | 34.46 | 27.55 | 28.31 | - |
| YUV | 146.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 140 | 0 | 0.38 | 0.29 | 0.23 | 345.41 | 0.39 | 0.62 |
| Hex | C4 | 7A | 8C | 0 | 26 | 1D | 17 | 159 | 27 | 3E |
| Octal | 304 | 172 | 214 | 0 | 46 | 35 | 27 | 531 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10001100 | 0 | 100110 | 11101 | 10111 | 101011001 | 100111 | 111110 |
Color Harmonies of #C47A8C
Complementary color
Monochromatic Colors of #C47A8C
Black with #C47A8C
Text Example
Text Example
White with #C47A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A8C; }
p { color: rgb(196,122,140); }
H1.HeaderClassName
{
color: #C47A8C;
}
.AnyTagClassName
{
color: #C47A8C;
}
</style>
background-color css
<style>
a { background-color: #C47A8C; }
a { background-color: rgb(196,122,140); }
div.DivClassName
{
background-color: #C47A8C;
}
.BgClassName
{
background-color: #C47A8C;
}
</style>
border-color css
<style>
span { border-color: #C47A8C; }
span { border-color: rgb(196,122,140); }
td.TdClassName
{
border-color: #C47A8C;
}
.TagClassName
{
border-color: #C47A8C;
}
</style>