Shades of Hopbush #C8658B
Tints of Hopbush #C8658B
RGB
CMYK
RGB Variations
Color information
#C8658B (or 0xC8658B) is known color: Hopbush. HEX triplet: C8, 65 and 8B. RGB value is (200,101,139). Sum of RGB (Red+Green+Blue) = 200+101+139=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8658B is #379A74. Grayscale: #868686. Windows color (decimal): -3644021 or 9135560. OLE color: 9135560.
HSL color Cylindrical-coordinate representation of color #C8658B: hue angle of 336.97º 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 #C8658B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 139 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.22 |
| HSL | 336.97º | 0.47% | 0.59% | - |
| HSV(B) | 336.97º | 0.5% | 0.78% | - |
| XYZ | 33.13 | 23.45 | 27.21 | - |
| YUV | 134.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 139 | 0 | 0.49 | 0.30 | 0.22 | 336.97 | 0.47 | 0.59 |
| Hex | C8 | 65 | 8B | 0 | 31 | 1E | 16 | 151 | 2F | 3B |
| Octal | 310 | 145 | 213 | 0 | 61 | 36 | 26 | 521 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10001011 | 0 | 110001 | 11110 | 10110 | 101010001 | 101111 | 111011 |
Color Harmonies of #C8658B
Complementary color
Monochromatic Colors of #C8658B
Black with #C8658B
Text Example
Text Example
White with #C8658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8658B; }
p { color: rgb(200,101,139); }
H1.HeaderClassName
{
color: #C8658B;
}
.AnyTagClassName
{
color: #C8658B;
}
</style>
background-color css
<style>
a { background-color: #C8658B; }
a { background-color: rgb(200,101,139); }
div.DivClassName
{
background-color: #C8658B;
}
.BgClassName
{
background-color: #C8658B;
}
</style>
border-color css
<style>
span { border-color: #C8658B; }
span { border-color: rgb(200,101,139); }
td.TdClassName
{
border-color: #C8658B;
}
.TagClassName
{
border-color: #C8658B;
}
</style>