Shades of Charm #C87B88
Tints of Charm #C87B88
RGB
CMYK
RGB Variations
Color information
#C87B88 (or 0xC87B88) is known color: Charm. HEX triplet: C8, 7B and 88. RGB value is (200,123,136). Sum of RGB (Red+Green+Blue) = 200+123+136=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B88 is #378477. Grayscale: #939393. Windows color (decimal): -3638392 or 8944584. OLE color: 8944584.
HSL color Cylindrical-coordinate representation of color #C87B88: hue angle of 349.87º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87B88 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 136 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.22 |
| HSL | 349.87º | 0.41% | 0.63% | - |
| HSV(B) | 349.87º | 0.39% | 0.78% | - |
| XYZ | 35.35 | 28.22 | 26.88 | - |
| YUV | 147.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 136 | 0 | 0.38 | 0.32 | 0.22 | 349.87 | 0.41 | 0.63 |
| Hex | C8 | 7B | 88 | 0 | 26 | 20 | 16 | 15E | 29 | 3F |
| Octal | 310 | 173 | 210 | 0 | 46 | 40 | 26 | 536 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10001000 | 0 | 100110 | 100000 | 10110 | 101011110 | 101001 | 111111 |
Color Harmonies of #C87B88
Complementary color
Monochromatic Colors of #C87B88
Black with #C87B88
Text Example
Text Example
White with #C87B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B88; }
p { color: rgb(200,123,136); }
H1.HeaderClassName
{
color: #C87B88;
}
.AnyTagClassName
{
color: #C87B88;
}
</style>
background-color css
<style>
a { background-color: #C87B88; }
a { background-color: rgb(200,123,136); }
div.DivClassName
{
background-color: #C87B88;
}
.BgClassName
{
background-color: #C87B88;
}
</style>
border-color css
<style>
span { border-color: #C87B88; }
span { border-color: rgb(200,123,136); }
td.TdClassName
{
border-color: #C87B88;
}
.TagClassName
{
border-color: #C87B88;
}
</style>