Shades of Hopbush #C86C92
Tints of Hopbush #C86C92
RGB
CMYK
RGB Variations
Color information
#C86C92 (or 0xC86C92) is known color: Hopbush. HEX triplet: C8, 6C and 92. RGB value is (200,108,146). Sum of RGB (Red+Green+Blue) = 200+108+146=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C92 is #37936D. Grayscale: #8B8B8B. Windows color (decimal): -3642222 or 9596104. OLE color: 9596104.
HSL color Cylindrical-coordinate representation of color #C86C92: hue angle of 335.22º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86C92 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 146 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.22 |
| HSL | 335.22º | 0.46% | 0.6% | - |
| HSV(B) | 335.22º | 0.46% | 0.78% | - |
| XYZ | 34.37 | 25.08 | 30.22 | - |
| YUV | 139.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 146 | 0 | 0.46 | 0.27 | 0.22 | 335.22 | 0.46 | 0.6 |
| Hex | C8 | 6C | 92 | 0 | 2E | 1B | 16 | 14F | 2E | 3C |
| Octal | 310 | 154 | 222 | 0 | 56 | 33 | 26 | 517 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10010010 | 0 | 101110 | 11011 | 10110 | 101001111 | 101110 | 111100 |
Color Harmonies of #C86C92
Complementary color
Monochromatic Colors of #C86C92
Black with #C86C92
Text Example
Text Example
White with #C86C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C92; }
p { color: rgb(200,108,146); }
H1.HeaderClassName
{
color: #C86C92;
}
.AnyTagClassName
{
color: #C86C92;
}
</style>
background-color css
<style>
a { background-color: #C86C92; }
a { background-color: rgb(200,108,146); }
div.DivClassName
{
background-color: #C86C92;
}
.BgClassName
{
background-color: #C86C92;
}
</style>
border-color css
<style>
span { border-color: #C86C92; }
span { border-color: rgb(200,108,146); }
td.TdClassName
{
border-color: #C86C92;
}
.TagClassName
{
border-color: #C86C92;
}
</style>