Shades of Charm #C47178
Tints of Charm #C47178
RGB
CMYK
RGB Variations
Color information
#C47178 (or 0xC47178) is known color: Charm. HEX triplet: C4, 71 and 78. RGB value is (196,113,120). Sum of RGB (Red+Green+Blue) = 196+113+120=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47178 is #3B8E87. Grayscale: #8A8A8A. Windows color (decimal): -3903112 or 7893444. OLE color: 7893444.
HSL color Cylindrical-coordinate representation of color #C47178: hue angle of 354.94º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47178 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 120 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.23 |
| HSL | 354.94º | 0.41% | 0.61% | - |
| HSV(B) | 354.94º | 0.42% | 0.77% | - |
| XYZ | 32.06 | 24.9 | 20.89 | - |
| YUV | 138.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 120 | 0 | 0.42 | 0.39 | 0.23 | 354.94 | 0.41 | 0.61 |
| Hex | C4 | 71 | 78 | 0 | 2A | 27 | 17 | 163 | 29 | 3D |
| Octal | 304 | 161 | 170 | 0 | 52 | 47 | 27 | 543 | 51 | 75 |
| Binary | 11000100 | 1110001 | 1111000 | 0 | 101010 | 100111 | 10111 | 101100011 | 101001 | 111101 |
Color Harmonies of #C47178
Complementary color
Monochromatic Colors of #C47178
Black with #C47178
Text Example
Text Example
White with #C47178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47178; }
p { color: rgb(196,113,120); }
H1.HeaderClassName
{
color: #C47178;
}
.AnyTagClassName
{
color: #C47178;
}
</style>
background-color css
<style>
a { background-color: #C47178; }
a { background-color: rgb(196,113,120); }
div.DivClassName
{
background-color: #C47178;
}
.BgClassName
{
background-color: #C47178;
}
</style>
border-color css
<style>
span { border-color: #C47178; }
span { border-color: rgb(196,113,120); }
td.TdClassName
{
border-color: #C47178;
}
.TagClassName
{
border-color: #C47178;
}
</style>