Shades of Charm #C8707D
Tints of Charm #C8707D
RGB
CMYK
RGB Variations
Color information
#C8707D (or 0xC8707D) is known color: Charm. HEX triplet: C8, 70 and 7D. RGB value is (200,112,125). Sum of RGB (Red+Green+Blue) = 200+112+125=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8707D is #378F82. Grayscale: #8B8B8B. Windows color (decimal): -3641219 or 8220872. OLE color: 8220872.
HSL color Cylindrical-coordinate representation of color #C8707D: hue angle of 351.14º 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 #C8707D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 125 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.22 |
| HSL | 351.14º | 0.44% | 0.61% | - |
| HSV(B) | 351.14º | 0.44% | 0.78% | - |
| XYZ | 33.32 | 25.35 | 22.54 | - |
| YUV | 139.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 125 | 0 | 0.44 | 0.38 | 0.22 | 351.14 | 0.44 | 0.61 |
| Hex | C8 | 70 | 7D | 0 | 2C | 26 | 16 | 15F | 2C | 3D |
| Octal | 310 | 160 | 175 | 0 | 54 | 46 | 26 | 537 | 54 | 75 |
| Binary | 11001000 | 1110000 | 1111101 | 0 | 101100 | 100110 | 10110 | 101011111 | 101100 | 111101 |
Color Harmonies of #C8707D
Complementary color
Monochromatic Colors of #C8707D
Black with #C8707D
Text Example
Text Example
White with #C8707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8707D; }
p { color: rgb(200,112,125); }
H1.HeaderClassName
{
color: #C8707D;
}
.AnyTagClassName
{
color: #C8707D;
}
</style>
background-color css
<style>
a { background-color: #C8707D; }
a { background-color: rgb(200,112,125); }
div.DivClassName
{
background-color: #C8707D;
}
.BgClassName
{
background-color: #C8707D;
}
</style>
border-color css
<style>
span { border-color: #C8707D; }
span { border-color: rgb(200,112,125); }
td.TdClassName
{
border-color: #C8707D;
}
.TagClassName
{
border-color: #C8707D;
}
</style>