Shades of Charm #C87086
Tints of Charm #C87086
RGB
CMYK
RGB Variations
Color information
#C87086 (or 0xC87086) is known color: Charm. HEX triplet: C8, 70 and 86. RGB value is (200,112,134). Sum of RGB (Red+Green+Blue) = 200+112+134=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87086 is #378F79. Grayscale: #8C8C8C. Windows color (decimal): -3641210 or 8810696. OLE color: 8810696.
HSL color Cylindrical-coordinate representation of color #C87086: hue angle of 345º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87086 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 134 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.22 |
| HSL | 345º | 0.44% | 0.61% | - |
| HSV(B) | 345º | 0.44% | 0.78% | - |
| XYZ | 33.92 | 25.59 | 25.71 | - |
| YUV | 140.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 134 | 0 | 0.44 | 0.33 | 0.22 | 345 | 0.44 | 0.61 |
| Hex | C8 | 70 | 86 | 0 | 2C | 21 | 16 | 159 | 2C | 3D |
| Octal | 310 | 160 | 206 | 0 | 54 | 41 | 26 | 531 | 54 | 75 |
| Binary | 11001000 | 1110000 | 10000110 | 0 | 101100 | 100001 | 10110 | 101011001 | 101100 | 111101 |
Color Harmonies of #C87086
Complementary color
Monochromatic Colors of #C87086
Black with #C87086
Text Example
Text Example
White with #C87086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87086; }
p { color: rgb(200,112,134); }
H1.HeaderClassName
{
color: #C87086;
}
.AnyTagClassName
{
color: #C87086;
}
</style>
background-color css
<style>
a { background-color: #C87086; }
a { background-color: rgb(200,112,134); }
div.DivClassName
{
background-color: #C87086;
}
.BgClassName
{
background-color: #C87086;
}
</style>
border-color css
<style>
span { border-color: #C87086; }
span { border-color: rgb(200,112,134); }
td.TdClassName
{
border-color: #C87086;
}
.TagClassName
{
border-color: #C87086;
}
</style>