Shades of Hopbush #C86F99
Tints of Hopbush #C86F99
RGB
CMYK
RGB Variations
Color information
#C86F99 (or 0xC86F99) is known color: Hopbush. HEX triplet: C8, 6F and 99. RGB value is (200,111,153). Sum of RGB (Red+Green+Blue) = 200+111+153=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F99 is #379066. Grayscale: #8E8E8E. Windows color (decimal): -3641447 or 10055624. OLE color: 10055624.
HSL color Cylindrical-coordinate representation of color #C86F99: hue angle of 331.69º 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 #C86F99 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 153 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.22 |
| HSL | 331.69º | 0.45% | 0.61% | - |
| HSV(B) | 331.69º | 0.45% | 0.78% | - |
| XYZ | 35.25 | 25.95 | 33.29 | - |
| YUV | 142.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 153 | 0 | 0.44 | 0.24 | 0.22 | 331.69 | 0.45 | 0.61 |
| Hex | C8 | 6F | 99 | 0 | 2C | 18 | 16 | 14C | 2D | 3D |
| Octal | 310 | 157 | 231 | 0 | 54 | 30 | 26 | 514 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10011001 | 0 | 101100 | 11000 | 10110 | 101001100 | 101101 | 111101 |
Color Harmonies of #C86F99
Complementary color
Monochromatic Colors of #C86F99
Black with #C86F99
Text Example
Text Example
White with #C86F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F99; }
p { color: rgb(200,111,153); }
H1.HeaderClassName
{
color: #C86F99;
}
.AnyTagClassName
{
color: #C86F99;
}
</style>
background-color css
<style>
a { background-color: #C86F99; }
a { background-color: rgb(200,111,153); }
div.DivClassName
{
background-color: #C86F99;
}
.BgClassName
{
background-color: #C86F99;
}
</style>
border-color css
<style>
span { border-color: #C86F99; }
span { border-color: rgb(200,111,153); }
td.TdClassName
{
border-color: #C86F99;
}
.TagClassName
{
border-color: #C86F99;
}
</style>