Shades of Hopbush #C8659B
Tints of Hopbush #C8659B
RGB
CMYK
RGB Variations
Color information
#C8659B (or 0xC8659B) is known color: Hopbush. HEX triplet: C8, 65 and 9B. RGB value is (200,101,155). Sum of RGB (Red+Green+Blue) = 200+101+155=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8659B is #379A64. Grayscale: #888888. Windows color (decimal): -3644005 or 10184136. OLE color: 10184136.
HSL color Cylindrical-coordinate representation of color #C8659B: hue angle of 327.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8659B is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 155 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.22 |
| HSL | 327.27º | 0.47% | 0.59% | - |
| HSV(B) | 327.27º | 0.5% | 0.78% | - |
| XYZ | 34.39 | 23.95 | 33.82 | - |
| YUV | 136.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 155 | 0 | 0.49 | 0.22 | 0.22 | 327.27 | 0.47 | 0.59 |
| Hex | C8 | 65 | 9B | 0 | 31 | 16 | 16 | 147 | 2F | 3B |
| Octal | 310 | 145 | 233 | 0 | 61 | 26 | 26 | 507 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10011011 | 0 | 110001 | 10110 | 10110 | 101000111 | 101111 | 111011 |
Color Harmonies of #C8659B
Complementary color
Monochromatic Colors of #C8659B
Black with #C8659B
Text Example
Text Example
White with #C8659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8659B; }
p { color: rgb(200,101,155); }
H1.HeaderClassName
{
color: #C8659B;
}
.AnyTagClassName
{
color: #C8659B;
}
</style>
background-color css
<style>
a { background-color: #C8659B; }
a { background-color: rgb(200,101,155); }
div.DivClassName
{
background-color: #C8659B;
}
.BgClassName
{
background-color: #C8659B;
}
</style>
border-color css
<style>
span { border-color: #C8659B; }
span { border-color: rgb(200,101,155); }
td.TdClassName
{
border-color: #C8659B;
}
.TagClassName
{
border-color: #C8659B;
}
</style>