Shades of Hopbush #C86A9A
Tints of Hopbush #C86A9A
RGB
CMYK
RGB Variations
Color information
#C86A9A (or 0xC86A9A) is known color: Hopbush. HEX triplet: C8, 6A and 9A. RGB value is (200,106,154). Sum of RGB (Red+Green+Blue) = 200+106+154=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A9A is #379565. Grayscale: #8B8B8B. Windows color (decimal): -3642726 or 10119880. OLE color: 10119880.
HSL color Cylindrical-coordinate representation of color #C86A9A: hue angle of 329.36º 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 #C86A9A is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 154 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.22 |
| HSL | 329.36º | 0.46% | 0.6% | - |
| HSV(B) | 329.36º | 0.47% | 0.78% | - |
| XYZ | 34.81 | 24.92 | 33.55 | - |
| YUV | 139.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 154 | 0 | 0.47 | 0.23 | 0.22 | 329.36 | 0.46 | 0.6 |
| Hex | C8 | 6A | 9A | 0 | 2F | 17 | 16 | 149 | 2E | 3C |
| Octal | 310 | 152 | 232 | 0 | 57 | 27 | 26 | 511 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10011010 | 0 | 101111 | 10111 | 10110 | 101001001 | 101110 | 111100 |
Color Harmonies of #C86A9A
Complementary color
Monochromatic Colors of #C86A9A
Black with #C86A9A
Text Example
Text Example
White with #C86A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A9A; }
p { color: rgb(200,106,154); }
H1.HeaderClassName
{
color: #C86A9A;
}
.AnyTagClassName
{
color: #C86A9A;
}
</style>
background-color css
<style>
a { background-color: #C86A9A; }
a { background-color: rgb(200,106,154); }
div.DivClassName
{
background-color: #C86A9A;
}
.BgClassName
{
background-color: #C86A9A;
}
</style>
border-color css
<style>
span { border-color: #C86A9A; }
span { border-color: rgb(200,106,154); }
td.TdClassName
{
border-color: #C86A9A;
}
.TagClassName
{
border-color: #C86A9A;
}
</style>