Shades of Hopbush #C86183
Tints of Hopbush #C86183
RGB
CMYK
RGB Variations
Color information
#C86183 (or 0xC86183) is known color: Hopbush. HEX triplet: C8, 61 and 83. RGB value is (200,97,131). Sum of RGB (Red+Green+Blue) = 200+97+131=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C86183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86183 is #379E7C. Grayscale: #838383. Windows color (decimal): -3645053 or 8610248. OLE color: 8610248.
HSL color Cylindrical-coordinate representation of color #C86183: hue angle of 340.19º 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 #C86183 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 131 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.22 |
| HSL | 340.19º | 0.48% | 0.58% | - |
| HSV(B) | 340.19º | 0.52% | 0.78% | - |
| XYZ | 32.19 | 22.47 | 24.11 | - |
| YUV | 131.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 131 | 0 | 0.52 | 0.34 | 0.22 | 340.19 | 0.48 | 0.58 |
| Hex | C8 | 61 | 83 | 0 | 34 | 22 | 16 | 154 | 30 | 3A |
| Octal | 310 | 141 | 203 | 0 | 64 | 42 | 26 | 524 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10000011 | 0 | 110100 | 100010 | 10110 | 101010100 | 110000 | 111010 |
Color Harmonies of #C86183
Complementary color
Monochromatic Colors of #C86183
Black with #C86183
Text Example
Text Example
White with #C86183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86183; }
p { color: rgb(200,97,131); }
H1.HeaderClassName
{
color: #C86183;
}
.AnyTagClassName
{
color: #C86183;
}
</style>
background-color css
<style>
a { background-color: #C86183; }
a { background-color: rgb(200,97,131); }
div.DivClassName
{
background-color: #C86183;
}
.BgClassName
{
background-color: #C86183;
}
</style>
border-color css
<style>
span { border-color: #C86183; }
span { border-color: rgb(200,97,131); }
td.TdClassName
{
border-color: #C86183;
}
.TagClassName
{
border-color: #C86183;
}
</style>