Shades of Charm #C8718B
Tints of Charm #C8718B
RGB
CMYK
RGB Variations
Color information
#C8718B (or 0xC8718B) is known color: Charm. HEX triplet: C8, 71 and 8B. RGB value is (200,113,139). Sum of RGB (Red+Green+Blue) = 200+113+139=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718B is #378E74. Grayscale: #8D8D8D. Windows color (decimal): -3640949 or 9138632. OLE color: 9138632.
HSL color Cylindrical-coordinate representation of color #C8718B: hue angle of 342.07º 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 #C8718B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 139 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.22 |
| HSL | 342.07º | 0.44% | 0.61% | - |
| HSV(B) | 342.07º | 0.44% | 0.78% | - |
| XYZ | 34.38 | 25.95 | 27.62 | - |
| YUV | 141.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 139 | 0 | 0.44 | 0.30 | 0.22 | 342.07 | 0.44 | 0.61 |
| Hex | C8 | 71 | 8B | 0 | 2C | 1E | 16 | 156 | 2C | 3D |
| Octal | 310 | 161 | 213 | 0 | 54 | 36 | 26 | 526 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10001011 | 0 | 101100 | 11110 | 10110 | 101010110 | 101100 | 111101 |
Color Harmonies of #C8718B
Complementary color
Monochromatic Colors of #C8718B
Black with #C8718B
Text Example
Text Example
White with #C8718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8718B; }
p { color: rgb(200,113,139); }
H1.HeaderClassName
{
color: #C8718B;
}
.AnyTagClassName
{
color: #C8718B;
}
</style>
background-color css
<style>
a { background-color: #C8718B; }
a { background-color: rgb(200,113,139); }
div.DivClassName
{
background-color: #C8718B;
}
.BgClassName
{
background-color: #C8718B;
}
</style>
border-color css
<style>
span { border-color: #C8718B; }
span { border-color: rgb(200,113,139); }
td.TdClassName
{
border-color: #C8718B;
}
.TagClassName
{
border-color: #C8718B;
}
</style>