Shades of Hopbush #C86A92
Tints of Hopbush #C86A92
RGB
CMYK
RGB Variations
Color information
#C86A92 (or 0xC86A92) is known color: Hopbush. HEX triplet: C8, 6A and 92. RGB value is (200,106,146). Sum of RGB (Red+Green+Blue) = 200+106+146=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A92 is #37956D. Grayscale: #8A8A8A. Windows color (decimal): -3642734 or 9595592. OLE color: 9595592.
HSL color Cylindrical-coordinate representation of color #C86A92: hue angle of 334.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86A92 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 146 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.22 |
| HSL | 334.47º | 0.46% | 0.6% | - |
| HSV(B) | 334.47º | 0.47% | 0.78% | - |
| XYZ | 34.16 | 24.66 | 30.15 | - |
| YUV | 138.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 146 | 0 | 0.47 | 0.27 | 0.22 | 334.47 | 0.46 | 0.6 |
| Hex | C8 | 6A | 92 | 0 | 2F | 1B | 16 | 14E | 2E | 3C |
| Octal | 310 | 152 | 222 | 0 | 57 | 33 | 26 | 516 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10010010 | 0 | 101111 | 11011 | 10110 | 101001110 | 101110 | 111100 |
Color Harmonies of #C86A92
Complementary color
Monochromatic Colors of #C86A92
Black with #C86A92
Text Example
Text Example
White with #C86A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A92; }
p { color: rgb(200,106,146); }
H1.HeaderClassName
{
color: #C86A92;
}
.AnyTagClassName
{
color: #C86A92;
}
</style>
background-color css
<style>
a { background-color: #C86A92; }
a { background-color: rgb(200,106,146); }
div.DivClassName
{
background-color: #C86A92;
}
.BgClassName
{
background-color: #C86A92;
}
</style>
border-color css
<style>
span { border-color: #C86A92; }
span { border-color: rgb(200,106,146); }
td.TdClassName
{
border-color: #C86A92;
}
.TagClassName
{
border-color: #C86A92;
}
</style>