Shades of Charm #C87D84
Tints of Charm #C87D84
RGB
CMYK
RGB Variations
Color information
#C87D84 (or 0xC87D84) is known color: Charm. HEX triplet: C8, 7D and 84. RGB value is (200,125,132). Sum of RGB (Red+Green+Blue) = 200+125+132=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D84 is #37827B. Grayscale: #949494. Windows color (decimal): -3637884 or 8682952. OLE color: 8682952.
HSL color Cylindrical-coordinate representation of color #C87D84: hue angle of 354.4º 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 #C87D84 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 132 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.22 |
| HSL | 354.4º | 0.41% | 0.64% | - |
| HSV(B) | 354.4º | 0.38% | 0.78% | - |
| XYZ | 35.32 | 28.61 | 25.49 | - |
| YUV | 148.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 132 | 0 | 0.38 | 0.34 | 0.22 | 354.4 | 0.41 | 0.64 |
| Hex | C8 | 7D | 84 | 0 | 26 | 22 | 16 | 162 | 29 | 40 |
| Octal | 310 | 175 | 204 | 0 | 46 | 42 | 26 | 542 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10000100 | 0 | 100110 | 100010 | 10110 | 101100010 | 101001 | 1000000 |
Color Harmonies of #C87D84
Complementary color
Monochromatic Colors of #C87D84
Black with #C87D84
Text Example
Text Example
White with #C87D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D84; }
p { color: rgb(200,125,132); }
H1.HeaderClassName
{
color: #C87D84;
}
.AnyTagClassName
{
color: #C87D84;
}
</style>
background-color css
<style>
a { background-color: #C87D84; }
a { background-color: rgb(200,125,132); }
div.DivClassName
{
background-color: #C87D84;
}
.BgClassName
{
background-color: #C87D84;
}
</style>
border-color css
<style>
span { border-color: #C87D84; }
span { border-color: rgb(200,125,132); }
td.TdClassName
{
border-color: #C87D84;
}
.TagClassName
{
border-color: #C87D84;
}
</style>