Shades of Charm #C87688
Tints of Charm #C87688
RGB
CMYK
RGB Variations
Color information
#C87688 (or 0xC87688) is known color: Charm. HEX triplet: C8, 76 and 88. RGB value is (200,118,136). Sum of RGB (Red+Green+Blue) = 200+118+136=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C87688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87688 is #378977. Grayscale: #909090. Windows color (decimal): -3639672 or 8943304. OLE color: 8943304.
HSL color Cylindrical-coordinate representation of color #C87688: hue angle of 346.83º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87688 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 136 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.22 |
| HSL | 346.83º | 0.43% | 0.62% | - |
| HSV(B) | 346.83º | 0.41% | 0.78% | - |
| XYZ | 34.74 | 27.01 | 26.68 | - |
| YUV | 144.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 136 | 0 | 0.41 | 0.32 | 0.22 | 346.83 | 0.43 | 0.62 |
| Hex | C8 | 76 | 88 | 0 | 29 | 20 | 16 | 15B | 2B | 3E |
| Octal | 310 | 166 | 210 | 0 | 51 | 40 | 26 | 533 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10001000 | 0 | 101001 | 100000 | 10110 | 101011011 | 101011 | 111110 |
Color Harmonies of #C87688
Complementary color
Monochromatic Colors of #C87688
Black with #C87688
Text Example
Text Example
White with #C87688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87688; }
p { color: rgb(200,118,136); }
H1.HeaderClassName
{
color: #C87688;
}
.AnyTagClassName
{
color: #C87688;
}
</style>
background-color css
<style>
a { background-color: #C87688; }
a { background-color: rgb(200,118,136); }
div.DivClassName
{
background-color: #C87688;
}
.BgClassName
{
background-color: #C87688;
}
</style>
border-color css
<style>
span { border-color: #C87688; }
span { border-color: rgb(200,118,136); }
td.TdClassName
{
border-color: #C87688;
}
.TagClassName
{
border-color: #C87688;
}
</style>