Shades of Charm #C87E87
Tints of Charm #C87E87
RGB
CMYK
RGB Variations
Color information
#C87E87 (or 0xC87E87) is known color: Charm. HEX triplet: C8, 7E and 87. RGB value is (200,126,135). Sum of RGB (Red+Green+Blue) = 200+126+135=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E87 is #378178. Grayscale: #959595. Windows color (decimal): -3637625 or 8879816. OLE color: 8879816.
HSL color Cylindrical-coordinate representation of color #C87E87: hue angle of 352.7º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87E87 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 135 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.22 |
| HSL | 352.7º | 0.4% | 0.64% | - |
| HSV(B) | 352.7º | 0.37% | 0.78% | - |
| XYZ | 35.65 | 28.95 | 26.63 | - |
| YUV | 149.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 135 | 0 | 0.37 | 0.32 | 0.22 | 352.7 | 0.4 | 0.64 |
| Hex | C8 | 7E | 87 | 0 | 25 | 20 | 16 | 161 | 28 | 40 |
| Octal | 310 | 176 | 207 | 0 | 45 | 40 | 26 | 541 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10000111 | 0 | 100101 | 100000 | 10110 | 101100001 | 101000 | 1000000 |
Color Harmonies of #C87E87
Complementary color
Monochromatic Colors of #C87E87
Black with #C87E87
Text Example
Text Example
White with #C87E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E87; }
p { color: rgb(200,126,135); }
H1.HeaderClassName
{
color: #C87E87;
}
.AnyTagClassName
{
color: #C87E87;
}
</style>
background-color css
<style>
a { background-color: #C87E87; }
a { background-color: rgb(200,126,135); }
div.DivClassName
{
background-color: #C87E87;
}
.BgClassName
{
background-color: #C87E87;
}
</style>
border-color css
<style>
span { border-color: #C87E87; }
span { border-color: rgb(200,126,135); }
td.TdClassName
{
border-color: #C87E87;
}
.TagClassName
{
border-color: #C87E87;
}
</style>