Shades of Charm #C47280
Tints of Charm #C47280
RGB
CMYK
RGB Variations
Color information
#C47280 (or 0xC47280) is known color: Charm. HEX triplet: C4, 72 and 80. RGB value is (196,114,128). Sum of RGB (Red+Green+Blue) = 196+114+128=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47280 is #3B8D7F. Grayscale: #8C8C8C. Windows color (decimal): -3902848 or 8417988. OLE color: 8417988.
HSL color Cylindrical-coordinate representation of color #C47280: hue angle of 349.76º 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 #C47280 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 128 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.23 |
| HSL | 349.76º | 0.41% | 0.61% | - |
| HSV(B) | 349.76º | 0.42% | 0.77% | - |
| XYZ | 32.68 | 25.33 | 23.59 | - |
| YUV | 140.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 128 | 0 | 0.42 | 0.35 | 0.23 | 349.76 | 0.41 | 0.61 |
| Hex | C4 | 72 | 80 | 0 | 2A | 23 | 17 | 15E | 29 | 3D |
| Octal | 304 | 162 | 200 | 0 | 52 | 43 | 27 | 536 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10000000 | 0 | 101010 | 100011 | 10111 | 101011110 | 101001 | 111101 |
Color Harmonies of #C47280
Complementary color
Monochromatic Colors of #C47280
Black with #C47280
Text Example
Text Example
White with #C47280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47280; }
p { color: rgb(196,114,128); }
H1.HeaderClassName
{
color: #C47280;
}
.AnyTagClassName
{
color: #C47280;
}
</style>
background-color css
<style>
a { background-color: #C47280; }
a { background-color: rgb(196,114,128); }
div.DivClassName
{
background-color: #C47280;
}
.BgClassName
{
background-color: #C47280;
}
</style>
border-color css
<style>
span { border-color: #C47280; }
span { border-color: rgb(196,114,128); }
td.TdClassName
{
border-color: #C47280;
}
.TagClassName
{
border-color: #C47280;
}
</style>