Shades of Hopbush #C872AC
Tints of Hopbush #C872AC
RGB
CMYK
RGB Variations
Color information
#C872AC (or 0xC872AC) is known color: Hopbush. HEX triplet: C8, 72 and AC. RGB value is (200,114,172). Sum of RGB (Red+Green+Blue) = 200+114+172=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C872AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872AC is #378D53. Grayscale: #929292. Windows color (decimal): -3640660 or 11301576. OLE color: 11301576.
HSL color Cylindrical-coordinate representation of color #C872AC: hue angle of 319.53º 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 #C872AC is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 172 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.22 |
| HSL | 319.53º | 0.44% | 0.62% | - |
| HSV(B) | 319.53º | 0.43% | 0.78% | - |
| XYZ | 37.28 | 27.29 | 42.33 | - |
| YUV | 146.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 172 | 0 | 0.43 | 0.14 | 0.22 | 319.53 | 0.44 | 0.62 |
| Hex | C8 | 72 | AC | 0 | 2B | E | 16 | 140 | 2C | 3E |
| Octal | 310 | 162 | 254 | 0 | 53 | 16 | 26 | 500 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10101100 | 0 | 101011 | 1110 | 10110 | 101000000 | 101100 | 111110 |
Color Harmonies of #C872AC
Complementary color
Monochromatic Colors of #C872AC
Black with #C872AC
Text Example
Text Example
White with #C872AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872AC; }
p { color: rgb(200,114,172); }
H1.HeaderClassName
{
color: #C872AC;
}
.AnyTagClassName
{
color: #C872AC;
}
</style>
background-color css
<style>
a { background-color: #C872AC; }
a { background-color: rgb(200,114,172); }
div.DivClassName
{
background-color: #C872AC;
}
.BgClassName
{
background-color: #C872AC;
}
</style>
border-color css
<style>
span { border-color: #C872AC; }
span { border-color: rgb(200,114,172); }
td.TdClassName
{
border-color: #C872AC;
}
.TagClassName
{
border-color: #C872AC;
}
</style>