Shades of Charm #C47685
Tints of Charm #C47685
RGB
CMYK
RGB Variations
Color information
#C47685 (or 0xC47685) is known color: Charm. HEX triplet: C4, 76 and 85. RGB value is (196,118,133). Sum of RGB (Red+Green+Blue) = 196+118+133=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C47685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47685 is #3B897A. Grayscale: #8F8F8F. Windows color (decimal): -3901819 or 8746692. OLE color: 8746692.
HSL color Cylindrical-coordinate representation of color #C47685: hue angle of 348.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47685 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 133 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.23 |
| HSL | 348.46º | 0.4% | 0.62% | - |
| HSV(B) | 348.46º | 0.4% | 0.77% | - |
| XYZ | 33.48 | 26.39 | 25.52 | - |
| YUV | 143.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 133 | 0 | 0.40 | 0.32 | 0.23 | 348.46 | 0.4 | 0.62 |
| Hex | C4 | 76 | 85 | 0 | 28 | 20 | 17 | 15C | 28 | 3E |
| Octal | 304 | 166 | 205 | 0 | 50 | 40 | 27 | 534 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10000101 | 0 | 101000 | 100000 | 10111 | 101011100 | 101000 | 111110 |
Color Harmonies of #C47685
Complementary color
Monochromatic Colors of #C47685
Black with #C47685
Text Example
Text Example
White with #C47685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47685; }
p { color: rgb(196,118,133); }
H1.HeaderClassName
{
color: #C47685;
}
.AnyTagClassName
{
color: #C47685;
}
</style>
background-color css
<style>
a { background-color: #C47685; }
a { background-color: rgb(196,118,133); }
div.DivClassName
{
background-color: #C47685;
}
.BgClassName
{
background-color: #C47685;
}
</style>
border-color css
<style>
span { border-color: #C47685; }
span { border-color: rgb(196,118,133); }
td.TdClassName
{
border-color: #C47685;
}
.TagClassName
{
border-color: #C47685;
}
</style>