Shades of Charm #C47687
Tints of Charm #C47687
RGB
CMYK
RGB Variations
Color information
#C47687 (or 0xC47687) is known color: Charm. HEX triplet: C4, 76 and 87. RGB value is (196,118,135). Sum of RGB (Red+Green+Blue) = 196+118+135=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C47687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47687 is #3B8978. Grayscale: #8F8F8F. Windows color (decimal): -3901817 or 8877764. OLE color: 8877764.
HSL color Cylindrical-coordinate representation of color #C47687: hue angle of 346.92º 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 #C47687 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 135 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.23 |
| HSL | 346.92º | 0.4% | 0.62% | - |
| HSV(B) | 346.92º | 0.4% | 0.77% | - |
| XYZ | 33.62 | 26.44 | 26.25 | - |
| YUV | 143.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 135 | 0 | 0.40 | 0.31 | 0.23 | 346.92 | 0.4 | 0.62 |
| Hex | C4 | 76 | 87 | 0 | 28 | 1F | 17 | 15B | 28 | 3E |
| Octal | 304 | 166 | 207 | 0 | 50 | 37 | 27 | 533 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10000111 | 0 | 101000 | 11111 | 10111 | 101011011 | 101000 | 111110 |
Color Harmonies of #C47687
Complementary color
Monochromatic Colors of #C47687
Black with #C47687
Text Example
Text Example
White with #C47687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47687; }
p { color: rgb(196,118,135); }
H1.HeaderClassName
{
color: #C47687;
}
.AnyTagClassName
{
color: #C47687;
}
</style>
background-color css
<style>
a { background-color: #C47687; }
a { background-color: rgb(196,118,135); }
div.DivClassName
{
background-color: #C47687;
}
.BgClassName
{
background-color: #C47687;
}
</style>
border-color css
<style>
span { border-color: #C47687; }
span { border-color: rgb(196,118,135); }
td.TdClassName
{
border-color: #C47687;
}
.TagClassName
{
border-color: #C47687;
}
</style>