Shades of Hopbush #C873AB
Tints of Hopbush #C873AB
RGB
CMYK
RGB Variations
Color information
#C873AB (or 0xC873AB) is known color: Hopbush. HEX triplet: C8, 73 and AB. RGB value is (200,115,171). Sum of RGB (Red+Green+Blue) = 200+115+171=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C873AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C873AB is #378C54. Grayscale: #929292. Windows color (decimal): -3640405 or 11236296. OLE color: 11236296.
HSL color Cylindrical-coordinate representation of color #C873AB: hue angle of 320.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873AB is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 171 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.22 |
| HSL | 320.47º | 0.44% | 0.62% | - |
| HSV(B) | 320.47º | 0.43% | 0.78% | - |
| XYZ | 37.3 | 27.48 | 41.87 | - |
| YUV | 146.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 171 | 0 | 0.42 | 0.14 | 0.22 | 320.47 | 0.44 | 0.62 |
| Hex | C8 | 73 | AB | 0 | 2A | E | 16 | 140 | 2C | 3E |
| Octal | 310 | 163 | 253 | 0 | 52 | 16 | 26 | 500 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10101011 | 0 | 101010 | 1110 | 10110 | 101000000 | 101100 | 111110 |
Color Harmonies of #C873AB
Complementary color
Monochromatic Colors of #C873AB
Black with #C873AB
Text Example
Text Example
White with #C873AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873AB; }
p { color: rgb(200,115,171); }
H1.HeaderClassName
{
color: #C873AB;
}
.AnyTagClassName
{
color: #C873AB;
}
</style>
background-color css
<style>
a { background-color: #C873AB; }
a { background-color: rgb(200,115,171); }
div.DivClassName
{
background-color: #C873AB;
}
.BgClassName
{
background-color: #C873AB;
}
</style>
border-color css
<style>
span { border-color: #C873AB; }
span { border-color: rgb(200,115,171); }
td.TdClassName
{
border-color: #C873AB;
}
.TagClassName
{
border-color: #C873AB;
}
</style>