Shades of Hopbush #C871AB
Tints of Hopbush #C871AB
RGB
CMYK
RGB Variations
Color information
#C871AB (or 0xC871AB) is known color: Hopbush. HEX triplet: C8, 71 and AB. RGB value is (200,113,171). Sum of RGB (Red+Green+Blue) = 200+113+171=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C871AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C871AB is #378E54. Grayscale: #919191. Windows color (decimal): -3640917 or 11235784. OLE color: 11235784.
HSL color Cylindrical-coordinate representation of color #C871AB: hue angle of 320º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871AB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 171 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.22 |
| HSL | 320º | 0.44% | 0.61% | - |
| HSV(B) | 320º | 0.44% | 0.78% | - |
| XYZ | 37.08 | 27.03 | 41.79 | - |
| YUV | 145.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 171 | 0 | 0.44 | 0.14 | 0.22 | 320 | 0.44 | 0.61 |
| Hex | C8 | 71 | AB | 0 | 2C | E | 16 | 140 | 2C | 3D |
| Octal | 310 | 161 | 253 | 0 | 54 | 16 | 26 | 500 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10101011 | 0 | 101100 | 1110 | 10110 | 101000000 | 101100 | 111101 |
Color Harmonies of #C871AB
Complementary color
Monochromatic Colors of #C871AB
Black with #C871AB
Text Example
Text Example
White with #C871AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871AB; }
p { color: rgb(200,113,171); }
H1.HeaderClassName
{
color: #C871AB;
}
.AnyTagClassName
{
color: #C871AB;
}
</style>
background-color css
<style>
a { background-color: #C871AB; }
a { background-color: rgb(200,113,171); }
div.DivClassName
{
background-color: #C871AB;
}
.BgClassName
{
background-color: #C871AB;
}
</style>
border-color css
<style>
span { border-color: #C871AB; }
span { border-color: rgb(200,113,171); }
td.TdClassName
{
border-color: #C871AB;
}
.TagClassName
{
border-color: #C871AB;
}
</style>