Shades of Hopbush #C86F98
Tints of Hopbush #C86F98
RGB
CMYK
RGB Variations
Color information
#C86F98 (or 0xC86F98) is known color: Hopbush. HEX triplet: C8, 6F and 98. RGB value is (200,111,152). Sum of RGB (Red+Green+Blue) = 200+111+152=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F98 is #379067. Grayscale: #8E8E8E. Windows color (decimal): -3641448 or 9990088. OLE color: 9990088.
HSL color Cylindrical-coordinate representation of color #C86F98: hue angle of 332.36º 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 #C86F98 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 152 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.22 |
| HSL | 332.36º | 0.45% | 0.61% | - |
| HSV(B) | 332.36º | 0.45% | 0.78% | - |
| XYZ | 35.17 | 25.92 | 32.85 | - |
| YUV | 142.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 152 | 0 | 0.44 | 0.24 | 0.22 | 332.36 | 0.45 | 0.61 |
| Hex | C8 | 6F | 98 | 0 | 2C | 18 | 16 | 14C | 2D | 3D |
| Octal | 310 | 157 | 230 | 0 | 54 | 30 | 26 | 514 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10011000 | 0 | 101100 | 11000 | 10110 | 101001100 | 101101 | 111101 |
Color Harmonies of #C86F98
Complementary color
Monochromatic Colors of #C86F98
Black with #C86F98
Text Example
Text Example
White with #C86F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F98; }
p { color: rgb(200,111,152); }
H1.HeaderClassName
{
color: #C86F98;
}
.AnyTagClassName
{
color: #C86F98;
}
</style>
background-color css
<style>
a { background-color: #C86F98; }
a { background-color: rgb(200,111,152); }
div.DivClassName
{
background-color: #C86F98;
}
.BgClassName
{
background-color: #C86F98;
}
</style>
border-color css
<style>
span { border-color: #C86F98; }
span { border-color: rgb(200,111,152); }
td.TdClassName
{
border-color: #C86F98;
}
.TagClassName
{
border-color: #C86F98;
}
</style>