Shades of Charm #C87D88
Tints of Charm #C87D88
RGB
CMYK
RGB Variations
Color information
#C87D88 (or 0xC87D88) is known color: Charm. HEX triplet: C8, 7D and 88. RGB value is (200,125,136). Sum of RGB (Red+Green+Blue) = 200+125+136=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D88 is #378277. Grayscale: #949494. Windows color (decimal): -3637880 or 8945096. OLE color: 8945096.
HSL color Cylindrical-coordinate representation of color #C87D88: hue angle of 351.2º 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 #C87D88 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 136 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.22 |
| HSL | 351.2º | 0.41% | 0.64% | - |
| HSV(B) | 351.2º | 0.38% | 0.78% | - |
| XYZ | 35.6 | 28.72 | 26.96 | - |
| YUV | 148.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 136 | 0 | 0.38 | 0.32 | 0.22 | 351.2 | 0.41 | 0.64 |
| Hex | C8 | 7D | 88 | 0 | 26 | 20 | 16 | 15F | 29 | 40 |
| Octal | 310 | 175 | 210 | 0 | 46 | 40 | 26 | 537 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10001000 | 0 | 100110 | 100000 | 10110 | 101011111 | 101001 | 1000000 |
Color Harmonies of #C87D88
Complementary color
Monochromatic Colors of #C87D88
Black with #C87D88
Text Example
Text Example
White with #C87D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D88; }
p { color: rgb(200,125,136); }
H1.HeaderClassName
{
color: #C87D88;
}
.AnyTagClassName
{
color: #C87D88;
}
</style>
background-color css
<style>
a { background-color: #C87D88; }
a { background-color: rgb(200,125,136); }
div.DivClassName
{
background-color: #C87D88;
}
.BgClassName
{
background-color: #C87D88;
}
</style>
border-color css
<style>
span { border-color: #C87D88; }
span { border-color: rgb(200,125,136); }
td.TdClassName
{
border-color: #C87D88;
}
.TagClassName
{
border-color: #C87D88;
}
</style>