Shades of Hopbush #C8659F
Tints of Hopbush #C8659F
RGB
CMYK
RGB Variations
Color information
#C8659F (or 0xC8659F) is known color: Hopbush. HEX triplet: C8, 65 and 9F. RGB value is (200,101,159). Sum of RGB (Red+Green+Blue) = 200+101+159=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8659F is #379A60. Grayscale: #898989. Windows color (decimal): -3644001 or 10446280. OLE color: 10446280.
HSL color Cylindrical-coordinate representation of color #C8659F: hue angle of 324.85º 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 #C8659F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 159 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.22 |
| HSL | 324.85º | 0.47% | 0.59% | - |
| HSV(B) | 324.85º | 0.5% | 0.78% | - |
| XYZ | 34.73 | 24.09 | 35.62 | - |
| YUV | 137.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 159 | 0 | 0.49 | 0.20 | 0.22 | 324.85 | 0.47 | 0.59 |
| Hex | C8 | 65 | 9F | 0 | 31 | 14 | 16 | 145 | 2F | 3B |
| Octal | 310 | 145 | 237 | 0 | 61 | 24 | 26 | 505 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10011111 | 0 | 110001 | 10100 | 10110 | 101000101 | 101111 | 111011 |
Color Harmonies of #C8659F
Complementary color
Monochromatic Colors of #C8659F
Black with #C8659F
Text Example
Text Example
White with #C8659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8659F; }
p { color: rgb(200,101,159); }
H1.HeaderClassName
{
color: #C8659F;
}
.AnyTagClassName
{
color: #C8659F;
}
</style>
background-color css
<style>
a { background-color: #C8659F; }
a { background-color: rgb(200,101,159); }
div.DivClassName
{
background-color: #C8659F;
}
.BgClassName
{
background-color: #C8659F;
}
</style>
border-color css
<style>
span { border-color: #C8659F; }
span { border-color: rgb(200,101,159); }
td.TdClassName
{
border-color: #C8659F;
}
.TagClassName
{
border-color: #C8659F;
}
</style>