Shades of Charm #C87C85
Tints of Charm #C87C85
RGB
CMYK
RGB Variations
Color information
#C87C85 (or 0xC87C85) is known color: Charm. HEX triplet: C8, 7C and 85. RGB value is (200,124,133). Sum of RGB (Red+Green+Blue) = 200+124+133=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87C85 is #37837A. Grayscale: #939393. Windows color (decimal): -3638139 or 8748232. OLE color: 8748232.
HSL color Cylindrical-coordinate representation of color #C87C85: hue angle of 352.89º 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 #C87C85 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 133 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.22 |
| HSL | 352.89º | 0.41% | 0.64% | - |
| HSV(B) | 352.89º | 0.38% | 0.78% | - |
| XYZ | 35.26 | 28.39 | 25.81 | - |
| YUV | 147.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 133 | 0 | 0.38 | 0.34 | 0.22 | 352.89 | 0.41 | 0.64 |
| Hex | C8 | 7C | 85 | 0 | 26 | 22 | 16 | 161 | 29 | 40 |
| Octal | 310 | 174 | 205 | 0 | 46 | 42 | 26 | 541 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10000101 | 0 | 100110 | 100010 | 10110 | 101100001 | 101001 | 1000000 |
Color Harmonies of #C87C85
Complementary color
Monochromatic Colors of #C87C85
Black with #C87C85
Text Example
Text Example
White with #C87C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C85; }
p { color: rgb(200,124,133); }
H1.HeaderClassName
{
color: #C87C85;
}
.AnyTagClassName
{
color: #C87C85;
}
</style>
background-color css
<style>
a { background-color: #C87C85; }
a { background-color: rgb(200,124,133); }
div.DivClassName
{
background-color: #C87C85;
}
.BgClassName
{
background-color: #C87C85;
}
</style>
border-color css
<style>
span { border-color: #C87C85; }
span { border-color: rgb(200,124,133); }
td.TdClassName
{
border-color: #C87C85;
}
.TagClassName
{
border-color: #C87C85;
}
</style>