Shades of Charm #C8718D
Tints of Charm #C8718D
RGB
CMYK
RGB Variations
Color information
#C8718D (or 0xC8718D) is known color: Charm. HEX triplet: C8, 71 and 8D. RGB value is (200,113,141). Sum of RGB (Red+Green+Blue) = 200+113+141=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718D is #378E72. Grayscale: #8E8E8E. Windows color (decimal): -3640947 or 9269704. OLE color: 9269704.
HSL color Cylindrical-coordinate representation of color #C8718D: hue angle of 340.69º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8718D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 141 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.22 |
| HSL | 340.69º | 0.44% | 0.61% | - |
| HSV(B) | 340.69º | 0.44% | 0.78% | - |
| XYZ | 34.53 | 26.01 | 28.4 | - |
| YUV | 142.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 141 | 0 | 0.44 | 0.29 | 0.22 | 340.69 | 0.44 | 0.61 |
| Hex | C8 | 71 | 8D | 0 | 2C | 1D | 16 | 155 | 2C | 3D |
| Octal | 310 | 161 | 215 | 0 | 54 | 35 | 26 | 525 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10001101 | 0 | 101100 | 11101 | 10110 | 101010101 | 101100 | 111101 |
Color Harmonies of #C8718D
Complementary color
Monochromatic Colors of #C8718D
Black with #C8718D
Text Example
Text Example
White with #C8718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8718D; }
p { color: rgb(200,113,141); }
H1.HeaderClassName
{
color: #C8718D;
}
.AnyTagClassName
{
color: #C8718D;
}
</style>
background-color css
<style>
a { background-color: #C8718D; }
a { background-color: rgb(200,113,141); }
div.DivClassName
{
background-color: #C8718D;
}
.BgClassName
{
background-color: #C8718D;
}
</style>
border-color css
<style>
span { border-color: #C8718D; }
span { border-color: rgb(200,113,141); }
td.TdClassName
{
border-color: #C8718D;
}
.TagClassName
{
border-color: #C8718D;
}
</style>