Shades of Hopbush #C874AF
Tints of Hopbush #C874AF
RGB
CMYK
RGB Variations
Color information
#C874AF (or 0xC874AF) is known color: Hopbush. HEX triplet: C8, 74 and AF. RGB value is (200,116,175). Sum of RGB (Red+Green+Blue) = 200+116+175=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C874AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C874AF is #378B50. Grayscale: #939393. Windows color (decimal): -3640145 or 11498696. OLE color: 11498696.
HSL color Cylindrical-coordinate representation of color #C874AF: hue angle of 317.86º 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 #C874AF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 175 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.22 |
| HSL | 317.86º | 0.43% | 0.62% | - |
| HSV(B) | 317.86º | 0.42% | 0.78% | - |
| XYZ | 37.8 | 27.87 | 43.94 | - |
| YUV | 147.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 175 | 0 | 0.42 | 0.12 | 0.22 | 317.86 | 0.43 | 0.62 |
| Hex | C8 | 74 | AF | 0 | 2A | C | 16 | 13E | 2B | 3E |
| Octal | 310 | 164 | 257 | 0 | 52 | 14 | 26 | 476 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10101111 | 0 | 101010 | 1100 | 10110 | 100111110 | 101011 | 111110 |
Color Harmonies of #C874AF
Complementary color
Monochromatic Colors of #C874AF
Black with #C874AF
Text Example
Text Example
White with #C874AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874AF; }
p { color: rgb(200,116,175); }
H1.HeaderClassName
{
color: #C874AF;
}
.AnyTagClassName
{
color: #C874AF;
}
</style>
background-color css
<style>
a { background-color: #C874AF; }
a { background-color: rgb(200,116,175); }
div.DivClassName
{
background-color: #C874AF;
}
.BgClassName
{
background-color: #C874AF;
}
</style>
border-color css
<style>
span { border-color: #C874AF; }
span { border-color: rgb(200,116,175); }
td.TdClassName
{
border-color: #C874AF;
}
.TagClassName
{
border-color: #C874AF;
}
</style>