Shades of Hopbush #C872AD
Tints of Hopbush #C872AD
RGB
CMYK
RGB Variations
Color information
#C872AD (or 0xC872AD) is known color: Hopbush. HEX triplet: C8, 72 and AD. RGB value is (200,114,173). Sum of RGB (Red+Green+Blue) = 200+114+173=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C872AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872AD is #378D52. Grayscale: #929292. Windows color (decimal): -3640659 or 11367112. OLE color: 11367112.
HSL color Cylindrical-coordinate representation of color #C872AD: hue angle of 318.84º 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 #C872AD is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 173 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.22 |
| HSL | 318.84º | 0.44% | 0.62% | - |
| HSV(B) | 318.84º | 0.43% | 0.78% | - |
| XYZ | 37.38 | 27.33 | 42.84 | - |
| YUV | 146.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 173 | 0 | 0.43 | 0.14 | 0.22 | 318.84 | 0.44 | 0.62 |
| Hex | C8 | 72 | AD | 0 | 2B | E | 16 | 13F | 2C | 3E |
| Octal | 310 | 162 | 255 | 0 | 53 | 16 | 26 | 477 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10101101 | 0 | 101011 | 1110 | 10110 | 100111111 | 101100 | 111110 |
Color Harmonies of #C872AD
Complementary color
Monochromatic Colors of #C872AD
Black with #C872AD
Text Example
Text Example
White with #C872AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872AD; }
p { color: rgb(200,114,173); }
H1.HeaderClassName
{
color: #C872AD;
}
.AnyTagClassName
{
color: #C872AD;
}
</style>
background-color css
<style>
a { background-color: #C872AD; }
a { background-color: rgb(200,114,173); }
div.DivClassName
{
background-color: #C872AD;
}
.BgClassName
{
background-color: #C872AD;
}
</style>
border-color css
<style>
span { border-color: #C872AD; }
span { border-color: rgb(200,114,173); }
td.TdClassName
{
border-color: #C872AD;
}
.TagClassName
{
border-color: #C872AD;
}
</style>