Shades of Hopbush #C872AF
Tints of Hopbush #C872AF
RGB
CMYK
RGB Variations
Color information
#C872AF (or 0xC872AF) is known color: Hopbush. HEX triplet: C8, 72 and AF. RGB value is (200,114,175). Sum of RGB (Red+Green+Blue) = 200+114+175=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C872AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872AF is #378D50. Grayscale: #929292. Windows color (decimal): -3640657 or 11498184. OLE color: 11498184.
HSL color Cylindrical-coordinate representation of color #C872AF: hue angle of 317.44º 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 #C872AF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 175 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.22 |
| HSL | 317.44º | 0.44% | 0.62% | - |
| HSV(B) | 317.44º | 0.43% | 0.78% | - |
| XYZ | 37.57 | 27.41 | 43.87 | - |
| YUV | 146.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 175 | 0 | 0.43 | 0.12 | 0.22 | 317.44 | 0.44 | 0.62 |
| Hex | C8 | 72 | AF | 0 | 2B | C | 16 | 13D | 2C | 3E |
| Octal | 310 | 162 | 257 | 0 | 53 | 14 | 26 | 475 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10101111 | 0 | 101011 | 1100 | 10110 | 100111101 | 101100 | 111110 |
Color Harmonies of #C872AF
Complementary color
Monochromatic Colors of #C872AF
Black with #C872AF
Text Example
Text Example
White with #C872AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872AF; }
p { color: rgb(200,114,175); }
H1.HeaderClassName
{
color: #C872AF;
}
.AnyTagClassName
{
color: #C872AF;
}
</style>
background-color css
<style>
a { background-color: #C872AF; }
a { background-color: rgb(200,114,175); }
div.DivClassName
{
background-color: #C872AF;
}
.BgClassName
{
background-color: #C872AF;
}
</style>
border-color css
<style>
span { border-color: #C872AF; }
span { border-color: rgb(200,114,175); }
td.TdClassName
{
border-color: #C872AF;
}
.TagClassName
{
border-color: #C872AF;
}
</style>