Shades of Charm #C47F87
Tints of Charm #C47F87
RGB
CMYK
RGB Variations
Color information
#C47F87 (or 0xC47F87) is known color: Charm. HEX triplet: C4, 7F and 87. RGB value is (196,127,135). Sum of RGB (Red+Green+Blue) = 196+127+135=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F87 is #3B8078. Grayscale: #949494. Windows color (decimal): -3899513 or 8880068. OLE color: 8880068.
HSL color Cylindrical-coordinate representation of color #C47F87: hue angle of 353.04º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47F87 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 135 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.23 |
| HSL | 353.04º | 0.37% | 0.63% | - |
| HSV(B) | 353.04º | 0.35% | 0.77% | - |
| XYZ | 34.73 | 28.66 | 26.62 | - |
| YUV | 148.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 135 | 0 | 0.35 | 0.31 | 0.23 | 353.04 | 0.37 | 0.63 |
| Hex | C4 | 7F | 87 | 0 | 23 | 1F | 17 | 161 | 25 | 3F |
| Octal | 304 | 177 | 207 | 0 | 43 | 37 | 27 | 541 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10000111 | 0 | 100011 | 11111 | 10111 | 101100001 | 100101 | 111111 |
Color Harmonies of #C47F87
Complementary color
Monochromatic Colors of #C47F87
Black with #C47F87
Text Example
Text Example
White with #C47F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F87; }
p { color: rgb(196,127,135); }
H1.HeaderClassName
{
color: #C47F87;
}
.AnyTagClassName
{
color: #C47F87;
}
</style>
background-color css
<style>
a { background-color: #C47F87; }
a { background-color: rgb(196,127,135); }
div.DivClassName
{
background-color: #C47F87;
}
.BgClassName
{
background-color: #C47F87;
}
</style>
border-color css
<style>
span { border-color: #C47F87; }
span { border-color: rgb(196,127,135); }
td.TdClassName
{
border-color: #C47F87;
}
.TagClassName
{
border-color: #C47F87;
}
</style>