Shades of Charm #C87E85
Tints of Charm #C87E85
RGB
CMYK
RGB Variations
Color information
#C87E85 (or 0xC87E85) is known color: Charm. HEX triplet: C8, 7E and 85. RGB value is (200,126,133). Sum of RGB (Red+Green+Blue) = 200+126+133=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E85 is #37817A. Grayscale: #949494. Windows color (decimal): -3637627 or 8748744. OLE color: 8748744.
HSL color Cylindrical-coordinate representation of color #C87E85: hue angle of 354.32º 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 #C87E85 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 133 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.22 |
| HSL | 354.32º | 0.4% | 0.64% | - |
| HSV(B) | 354.32º | 0.37% | 0.78% | - |
| XYZ | 35.51 | 28.89 | 25.9 | - |
| YUV | 148.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 133 | 0 | 0.37 | 0.34 | 0.22 | 354.32 | 0.4 | 0.64 |
| Hex | C8 | 7E | 85 | 0 | 25 | 22 | 16 | 162 | 28 | 40 |
| Octal | 310 | 176 | 205 | 0 | 45 | 42 | 26 | 542 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10000101 | 0 | 100101 | 100010 | 10110 | 101100010 | 101000 | 1000000 |
Color Harmonies of #C87E85
Complementary color
Monochromatic Colors of #C87E85
Black with #C87E85
Text Example
Text Example
White with #C87E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E85; }
p { color: rgb(200,126,133); }
H1.HeaderClassName
{
color: #C87E85;
}
.AnyTagClassName
{
color: #C87E85;
}
</style>
background-color css
<style>
a { background-color: #C87E85; }
a { background-color: rgb(200,126,133); }
div.DivClassName
{
background-color: #C87E85;
}
.BgClassName
{
background-color: #C87E85;
}
</style>
border-color css
<style>
span { border-color: #C87E85; }
span { border-color: rgb(200,126,133); }
td.TdClassName
{
border-color: #C87E85;
}
.TagClassName
{
border-color: #C87E85;
}
</style>