Shades of Hopbush #C86283
Tints of Hopbush #C86283
RGB
CMYK
RGB Variations
Color information
#C86283 (or 0xC86283) is known color: Hopbush. HEX triplet: C8, 62 and 83. RGB value is (200,98,131). Sum of RGB (Red+Green+Blue) = 200+98+131=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C86283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86283 is #379D7C. Grayscale: #848484. Windows color (decimal): -3644797 or 8610504. OLE color: 8610504.
HSL color Cylindrical-coordinate representation of color #C86283: hue angle of 340.59º 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 #C86283 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 131 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.22 |
| HSL | 340.59º | 0.48% | 0.58% | - |
| HSV(B) | 340.59º | 0.51% | 0.78% | - |
| XYZ | 32.28 | 22.65 | 24.14 | - |
| YUV | 132.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 131 | 0 | 0.51 | 0.34 | 0.22 | 340.59 | 0.48 | 0.58 |
| Hex | C8 | 62 | 83 | 0 | 33 | 22 | 16 | 155 | 30 | 3A |
| Octal | 310 | 142 | 203 | 0 | 63 | 42 | 26 | 525 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10000011 | 0 | 110011 | 100010 | 10110 | 101010101 | 110000 | 111010 |
Color Harmonies of #C86283
Complementary color
Monochromatic Colors of #C86283
Black with #C86283
Text Example
Text Example
White with #C86283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86283; }
p { color: rgb(200,98,131); }
H1.HeaderClassName
{
color: #C86283;
}
.AnyTagClassName
{
color: #C86283;
}
</style>
background-color css
<style>
a { background-color: #C86283; }
a { background-color: rgb(200,98,131); }
div.DivClassName
{
background-color: #C86283;
}
.BgClassName
{
background-color: #C86283;
}
</style>
border-color css
<style>
span { border-color: #C86283; }
span { border-color: rgb(200,98,131); }
td.TdClassName
{
border-color: #C86283;
}
.TagClassName
{
border-color: #C86283;
}
</style>