Shades of Charm #C47380
Tints of Charm #C47380
RGB
CMYK
RGB Variations
Color information
#C47380 (or 0xC47380) is known color: Charm. HEX triplet: C4, 73 and 80. RGB value is (196,115,128). Sum of RGB (Red+Green+Blue) = 196+115+128=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C47380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47380 is #3B8C7F. Grayscale: #8C8C8C. Windows color (decimal): -3902592 or 8418244. OLE color: 8418244.
HSL color Cylindrical-coordinate representation of color #C47380: hue angle of 350.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47380 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 128 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.23 |
| HSL | 350.37º | 0.41% | 0.61% | - |
| HSV(B) | 350.37º | 0.41% | 0.77% | - |
| XYZ | 32.79 | 25.56 | 23.63 | - |
| YUV | 140.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 128 | 0 | 0.41 | 0.35 | 0.23 | 350.37 | 0.41 | 0.61 |
| Hex | C4 | 73 | 80 | 0 | 29 | 23 | 17 | 15E | 29 | 3D |
| Octal | 304 | 163 | 200 | 0 | 51 | 43 | 27 | 536 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10000000 | 0 | 101001 | 100011 | 10111 | 101011110 | 101001 | 111101 |
Color Harmonies of #C47380
Complementary color
Monochromatic Colors of #C47380
Black with #C47380
Text Example
Text Example
White with #C47380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47380; }
p { color: rgb(196,115,128); }
H1.HeaderClassName
{
color: #C47380;
}
.AnyTagClassName
{
color: #C47380;
}
</style>
background-color css
<style>
a { background-color: #C47380; }
a { background-color: rgb(196,115,128); }
div.DivClassName
{
background-color: #C47380;
}
.BgClassName
{
background-color: #C47380;
}
</style>
border-color css
<style>
span { border-color: #C47380; }
span { border-color: rgb(196,115,128); }
td.TdClassName
{
border-color: #C47380;
}
.TagClassName
{
border-color: #C47380;
}
</style>