Shades of Charm #C8708B
Tints of Charm #C8708B
RGB
CMYK
RGB Variations
Color information
#C8708B (or 0xC8708B) is known color: Charm. HEX triplet: C8, 70 and 8B. RGB value is (200,112,139). Sum of RGB (Red+Green+Blue) = 200+112+139=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8708B is #378F74. Grayscale: #8D8D8D. Windows color (decimal): -3641205 or 9138376. OLE color: 9138376.
HSL color Cylindrical-coordinate representation of color #C8708B: hue angle of 341.59º 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 #C8708B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 139 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.22 |
| HSL | 341.59º | 0.44% | 0.61% | - |
| HSV(B) | 341.59º | 0.44% | 0.78% | - |
| XYZ | 34.27 | 25.73 | 27.59 | - |
| YUV | 141.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 139 | 0 | 0.44 | 0.30 | 0.22 | 341.59 | 0.44 | 0.61 |
| Hex | C8 | 70 | 8B | 0 | 2C | 1E | 16 | 156 | 2C | 3D |
| Octal | 310 | 160 | 213 | 0 | 54 | 36 | 26 | 526 | 54 | 75 |
| Binary | 11001000 | 1110000 | 10001011 | 0 | 101100 | 11110 | 10110 | 101010110 | 101100 | 111101 |
Color Harmonies of #C8708B
Complementary color
Monochromatic Colors of #C8708B
Black with #C8708B
Text Example
Text Example
White with #C8708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8708B; }
p { color: rgb(200,112,139); }
H1.HeaderClassName
{
color: #C8708B;
}
.AnyTagClassName
{
color: #C8708B;
}
</style>
background-color css
<style>
a { background-color: #C8708B; }
a { background-color: rgb(200,112,139); }
div.DivClassName
{
background-color: #C8708B;
}
.BgClassName
{
background-color: #C8708B;
}
</style>
border-color css
<style>
span { border-color: #C8708B; }
span { border-color: rgb(200,112,139); }
td.TdClassName
{
border-color: #C8708B;
}
.TagClassName
{
border-color: #C8708B;
}
</style>