Shades of Hopbush #C86182
Tints of Hopbush #C86182
RGB
CMYK
RGB Variations
Color information
#C86182 (or 0xC86182) is known color: Hopbush. HEX triplet: C8, 61 and 82. RGB value is (200,97,130). Sum of RGB (Red+Green+Blue) = 200+97+130=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C86182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86182 is #379E7D. Grayscale: #838383. Windows color (decimal): -3645054 or 8544712. OLE color: 8544712.
HSL color Cylindrical-coordinate representation of color #C86182: hue angle of 340.78º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86182 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 130 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.22 |
| HSL | 340.78º | 0.48% | 0.58% | - |
| HSV(B) | 340.78º | 0.52% | 0.78% | - |
| XYZ | 32.12 | 22.44 | 23.76 | - |
| YUV | 131.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 130 | 0 | 0.52 | 0.35 | 0.22 | 340.78 | 0.48 | 0.58 |
| Hex | C8 | 61 | 82 | 0 | 34 | 23 | 16 | 155 | 30 | 3A |
| Octal | 310 | 141 | 202 | 0 | 64 | 43 | 26 | 525 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10000010 | 0 | 110100 | 100011 | 10110 | 101010101 | 110000 | 111010 |
Color Harmonies of #C86182
Complementary color
Monochromatic Colors of #C86182
Black with #C86182
Text Example
Text Example
White with #C86182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86182; }
p { color: rgb(200,97,130); }
H1.HeaderClassName
{
color: #C86182;
}
.AnyTagClassName
{
color: #C86182;
}
</style>
background-color css
<style>
a { background-color: #C86182; }
a { background-color: rgb(200,97,130); }
div.DivClassName
{
background-color: #C86182;
}
.BgClassName
{
background-color: #C86182;
}
</style>
border-color css
<style>
span { border-color: #C86182; }
span { border-color: rgb(200,97,130); }
td.TdClassName
{
border-color: #C86182;
}
.TagClassName
{
border-color: #C86182;
}
</style>