Shades of Hopbush #C86F92
Tints of Hopbush #C86F92
RGB
CMYK
RGB Variations
Color information
#C86F92 (or 0xC86F92) is known color: Hopbush. HEX triplet: C8, 6F and 92. RGB value is (200,111,146). Sum of RGB (Red+Green+Blue) = 200+111+146=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F92 is #37906D. Grayscale: #8D8D8D. Windows color (decimal): -3641454 or 9596872. OLE color: 9596872.
HSL color Cylindrical-coordinate representation of color #C86F92: hue angle of 336.4º degrees, saturation: 0.45, 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 #C86F92 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 146 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.22 |
| HSL | 336.4º | 0.45% | 0.61% | - |
| HSV(B) | 336.4º | 0.45% | 0.78% | - |
| XYZ | 34.69 | 25.72 | 30.33 | - |
| YUV | 141.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 146 | 0 | 0.44 | 0.27 | 0.22 | 336.4 | 0.45 | 0.61 |
| Hex | C8 | 6F | 92 | 0 | 2C | 1B | 16 | 150 | 2D | 3D |
| Octal | 310 | 157 | 222 | 0 | 54 | 33 | 26 | 520 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10010010 | 0 | 101100 | 11011 | 10110 | 101010000 | 101101 | 111101 |
Color Harmonies of #C86F92
Complementary color
Monochromatic Colors of #C86F92
Black with #C86F92
Text Example
Text Example
White with #C86F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F92; }
p { color: rgb(200,111,146); }
H1.HeaderClassName
{
color: #C86F92;
}
.AnyTagClassName
{
color: #C86F92;
}
</style>
background-color css
<style>
a { background-color: #C86F92; }
a { background-color: rgb(200,111,146); }
div.DivClassName
{
background-color: #C86F92;
}
.BgClassName
{
background-color: #C86F92;
}
</style>
border-color css
<style>
span { border-color: #C86F92; }
span { border-color: rgb(200,111,146); }
td.TdClassName
{
border-color: #C86F92;
}
.TagClassName
{
border-color: #C86F92;
}
</style>