Shades of Charm #C87D8C
Tints of Charm #C87D8C
RGB
CMYK
RGB Variations
Color information
#C87D8C (or 0xC87D8C) is known color: Charm. HEX triplet: C8, 7D and 8C. RGB value is (200,125,140). Sum of RGB (Red+Green+Blue) = 200+125+140=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D8C is #378273. Grayscale: #959595. Windows color (decimal): -3637876 or 9207240. OLE color: 9207240.
HSL color Cylindrical-coordinate representation of color #C87D8C: hue angle of 348º 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 #C87D8C is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 140 | - |
| CMYK | 0 | 0.38 | 0.3 | 0.22 |
| HSL | 348º | 0.41% | 0.64% | - |
| HSV(B) | 348º | 0.38% | 0.78% | - |
| XYZ | 35.89 | 28.84 | 28.49 | - |
| YUV | 149.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 140 | 0 | 0.38 | 0.3 | 0.22 | 348 | 0.41 | 0.64 |
| Hex | C8 | 7D | 8C | 0 | 26 | 1E | 16 | 15C | 29 | 40 |
| Octal | 310 | 175 | 214 | 0 | 46 | 36 | 26 | 534 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10001100 | 0 | 100110 | 11110 | 10110 | 101011100 | 101001 | 1000000 |
Color Harmonies of #C87D8C
Complementary color
Monochromatic Colors of #C87D8C
Black with #C87D8C
Text Example
Text Example
White with #C87D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D8C; }
p { color: rgb(200,125,140); }
H1.HeaderClassName
{
color: #C87D8C;
}
.AnyTagClassName
{
color: #C87D8C;
}
</style>
background-color css
<style>
a { background-color: #C87D8C; }
a { background-color: rgb(200,125,140); }
div.DivClassName
{
background-color: #C87D8C;
}
.BgClassName
{
background-color: #C87D8C;
}
</style>
border-color css
<style>
span { border-color: #C87D8C; }
span { border-color: rgb(200,125,140); }
td.TdClassName
{
border-color: #C87D8C;
}
.TagClassName
{
border-color: #C87D8C;
}
</style>