Shades of Charm #C87C8B
Tints of Charm #C87C8B
RGB
CMYK
RGB Variations
Color information
#C87C8B (or 0xC87C8B) is known color: Charm. HEX triplet: C8, 7C and 8B. RGB value is (200,124,139). Sum of RGB (Red+Green+Blue) = 200+124+139=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87C8B is #378374. Grayscale: #949494. Windows color (decimal): -3638133 or 9141448. OLE color: 9141448.
HSL color Cylindrical-coordinate representation of color #C87C8B: hue angle of 348.16º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87C8B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 139 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.22 |
| HSL | 348.16º | 0.41% | 0.64% | - |
| HSV(B) | 348.16º | 0.38% | 0.78% | - |
| XYZ | 35.69 | 28.56 | 28.06 | - |
| YUV | 148.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 139 | 0 | 0.38 | 0.30 | 0.22 | 348.16 | 0.41 | 0.64 |
| Hex | C8 | 7C | 8B | 0 | 26 | 1E | 16 | 15C | 29 | 40 |
| Octal | 310 | 174 | 213 | 0 | 46 | 36 | 26 | 534 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10001011 | 0 | 100110 | 11110 | 10110 | 101011100 | 101001 | 1000000 |
Color Harmonies of #C87C8B
Complementary color
Monochromatic Colors of #C87C8B
Black with #C87C8B
Text Example
Text Example
White with #C87C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C8B; }
p { color: rgb(200,124,139); }
H1.HeaderClassName
{
color: #C87C8B;
}
.AnyTagClassName
{
color: #C87C8B;
}
</style>
background-color css
<style>
a { background-color: #C87C8B; }
a { background-color: rgb(200,124,139); }
div.DivClassName
{
background-color: #C87C8B;
}
.BgClassName
{
background-color: #C87C8B;
}
</style>
border-color css
<style>
span { border-color: #C87C8B; }
span { border-color: rgb(200,124,139); }
td.TdClassName
{
border-color: #C87C8B;
}
.TagClassName
{
border-color: #C87C8B;
}
</style>