Shades of Charm #C8747F
Tints of Charm #C8747F
RGB
CMYK
RGB Variations
Color information
#C8747F (or 0xC8747F) is known color: Charm. HEX triplet: C8, 74 and 7F. RGB value is (200,116,127). Sum of RGB (Red+Green+Blue) = 200+116+127=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8747F is #378B80. Grayscale: #8E8E8E. Windows color (decimal): -3640193 or 8352968. OLE color: 8352968.
HSL color Cylindrical-coordinate representation of color #C8747F: hue angle of 352.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8747F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 127 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.22 |
| HSL | 352.14º | 0.43% | 0.62% | - |
| HSV(B) | 352.14º | 0.42% | 0.78% | - |
| XYZ | 33.9 | 26.3 | 23.37 | - |
| YUV | 142.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 127 | 0 | 0.42 | 0.36 | 0.22 | 352.14 | 0.43 | 0.62 |
| Hex | C8 | 74 | 7F | 0 | 2A | 24 | 16 | 160 | 2B | 3E |
| Octal | 310 | 164 | 177 | 0 | 52 | 44 | 26 | 540 | 53 | 76 |
| Binary | 11001000 | 1110100 | 1111111 | 0 | 101010 | 100100 | 10110 | 101100000 | 101011 | 111110 |
Color Harmonies of #C8747F
Complementary color
Monochromatic Colors of #C8747F
Black with #C8747F
Text Example
Text Example
White with #C8747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8747F; }
p { color: rgb(200,116,127); }
H1.HeaderClassName
{
color: #C8747F;
}
.AnyTagClassName
{
color: #C8747F;
}
</style>
background-color css
<style>
a { background-color: #C8747F; }
a { background-color: rgb(200,116,127); }
div.DivClassName
{
background-color: #C8747F;
}
.BgClassName
{
background-color: #C8747F;
}
</style>
border-color css
<style>
span { border-color: #C8747F; }
span { border-color: rgb(200,116,127); }
td.TdClassName
{
border-color: #C8747F;
}
.TagClassName
{
border-color: #C8747F;
}
</style>