Shades of Hopbush #C86C9C
Tints of Hopbush #C86C9C
RGB
CMYK
RGB Variations
Color information
#C86C9C (or 0xC86C9C) is known color: Hopbush. HEX triplet: C8, 6C and 9C. RGB value is (200,108,156). Sum of RGB (Red+Green+Blue) = 200+108+156=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C9C is #379363. Grayscale: #8C8C8C. Windows color (decimal): -3642212 or 10251464. OLE color: 10251464.
HSL color Cylindrical-coordinate representation of color #C86C9C: hue angle of 328.7º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86C9C is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 156 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.22 |
| HSL | 328.7º | 0.46% | 0.6% | - |
| HSV(B) | 328.7º | 0.46% | 0.78% | - |
| XYZ | 35.18 | 25.4 | 34.5 | - |
| YUV | 140.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 156 | 0 | 0.46 | 0.22 | 0.22 | 328.7 | 0.46 | 0.6 |
| Hex | C8 | 6C | 9C | 0 | 2E | 16 | 16 | 149 | 2E | 3C |
| Octal | 310 | 154 | 234 | 0 | 56 | 26 | 26 | 511 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10011100 | 0 | 101110 | 10110 | 10110 | 101001001 | 101110 | 111100 |
Color Harmonies of #C86C9C
Complementary color
Monochromatic Colors of #C86C9C
Black with #C86C9C
Text Example
Text Example
White with #C86C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C9C; }
p { color: rgb(200,108,156); }
H1.HeaderClassName
{
color: #C86C9C;
}
.AnyTagClassName
{
color: #C86C9C;
}
</style>
background-color css
<style>
a { background-color: #C86C9C; }
a { background-color: rgb(200,108,156); }
div.DivClassName
{
background-color: #C86C9C;
}
.BgClassName
{
background-color: #C86C9C;
}
</style>
border-color css
<style>
span { border-color: #C86C9C; }
span { border-color: rgb(200,108,156); }
td.TdClassName
{
border-color: #C86C9C;
}
.TagClassName
{
border-color: #C86C9C;
}
</style>