Shades of Hopbush #C86F9A
Tints of Hopbush #C86F9A
RGB
CMYK
RGB Variations
Color information
#C86F9A (or 0xC86F9A) is known color: Hopbush. HEX triplet: C8, 6F and 9A. RGB value is (200,111,154). Sum of RGB (Red+Green+Blue) = 200+111+154=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F9A is #379065. Grayscale: #8E8E8E. Windows color (decimal): -3641446 or 10121160. OLE color: 10121160.
HSL color Cylindrical-coordinate representation of color #C86F9A: hue angle of 331.01º 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 #C86F9A is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 154 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.22 |
| HSL | 331.01º | 0.45% | 0.61% | - |
| HSV(B) | 331.01º | 0.45% | 0.78% | - |
| XYZ | 35.34 | 25.98 | 33.72 | - |
| YUV | 142.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 154 | 0 | 0.44 | 0.23 | 0.22 | 331.01 | 0.45 | 0.61 |
| Hex | C8 | 6F | 9A | 0 | 2C | 17 | 16 | 14B | 2D | 3D |
| Octal | 310 | 157 | 232 | 0 | 54 | 27 | 26 | 513 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10011010 | 0 | 101100 | 10111 | 10110 | 101001011 | 101101 | 111101 |
Color Harmonies of #C86F9A
Complementary color
Monochromatic Colors of #C86F9A
Black with #C86F9A
Text Example
Text Example
White with #C86F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F9A; }
p { color: rgb(200,111,154); }
H1.HeaderClassName
{
color: #C86F9A;
}
.AnyTagClassName
{
color: #C86F9A;
}
</style>
background-color css
<style>
a { background-color: #C86F9A; }
a { background-color: rgb(200,111,154); }
div.DivClassName
{
background-color: #C86F9A;
}
.BgClassName
{
background-color: #C86F9A;
}
</style>
border-color css
<style>
span { border-color: #C86F9A; }
span { border-color: rgb(200,111,154); }
td.TdClassName
{
border-color: #C86F9A;
}
.TagClassName
{
border-color: #C86F9A;
}
</style>