Shades of Hopbush #C874AB
Tints of Hopbush #C874AB
RGB
CMYK
RGB Variations
Color information
#C874AB (or 0xC874AB) is known color: Hopbush. HEX triplet: C8, 74 and AB. RGB value is (200,116,171). Sum of RGB (Red+Green+Blue) = 200+116+171=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C874AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C874AB is #378B54. Grayscale: #939393. Windows color (decimal): -3640149 or 11236552. OLE color: 11236552.
HSL color Cylindrical-coordinate representation of color #C874AB: hue angle of 320.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C874AB is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 171 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.22 |
| HSL | 320.71º | 0.43% | 0.62% | - |
| HSV(B) | 320.71º | 0.42% | 0.78% | - |
| XYZ | 37.42 | 27.71 | 41.9 | - |
| YUV | 147.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 171 | 0 | 0.42 | 0.14 | 0.22 | 320.71 | 0.43 | 0.62 |
| Hex | C8 | 74 | AB | 0 | 2A | E | 16 | 141 | 2B | 3E |
| Octal | 310 | 164 | 253 | 0 | 52 | 16 | 26 | 501 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10101011 | 0 | 101010 | 1110 | 10110 | 101000001 | 101011 | 111110 |
Color Harmonies of #C874AB
Complementary color
Monochromatic Colors of #C874AB
Black with #C874AB
Text Example
Text Example
White with #C874AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874AB; }
p { color: rgb(200,116,171); }
H1.HeaderClassName
{
color: #C874AB;
}
.AnyTagClassName
{
color: #C874AB;
}
</style>
background-color css
<style>
a { background-color: #C874AB; }
a { background-color: rgb(200,116,171); }
div.DivClassName
{
background-color: #C874AB;
}
.BgClassName
{
background-color: #C874AB;
}
</style>
border-color css
<style>
span { border-color: #C874AB; }
span { border-color: rgb(200,116,171); }
td.TdClassName
{
border-color: #C874AB;
}
.TagClassName
{
border-color: #C874AB;
}
</style>