Shades of Hopbush #C874AD
Tints of Hopbush #C874AD
RGB
CMYK
RGB Variations
Color information
#C874AD (or 0xC874AD) is known color: Hopbush. HEX triplet: C8, 74 and AD. RGB value is (200,116,173). Sum of RGB (Red+Green+Blue) = 200+116+173=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C874AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C874AD is #378B52. Grayscale: #939393. Windows color (decimal): -3640147 or 11367624. OLE color: 11367624.
HSL color Cylindrical-coordinate representation of color #C874AD: hue angle of 319.29º 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 #C874AD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 173 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.22 |
| HSL | 319.29º | 0.43% | 0.62% | - |
| HSV(B) | 319.29º | 0.42% | 0.78% | - |
| XYZ | 37.61 | 27.79 | 42.92 | - |
| YUV | 147.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 173 | 0 | 0.42 | 0.14 | 0.22 | 319.29 | 0.43 | 0.62 |
| Hex | C8 | 74 | AD | 0 | 2A | E | 16 | 13F | 2B | 3E |
| Octal | 310 | 164 | 255 | 0 | 52 | 16 | 26 | 477 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10101101 | 0 | 101010 | 1110 | 10110 | 100111111 | 101011 | 111110 |
Color Harmonies of #C874AD
Complementary color
Monochromatic Colors of #C874AD
Black with #C874AD
Text Example
Text Example
White with #C874AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874AD; }
p { color: rgb(200,116,173); }
H1.HeaderClassName
{
color: #C874AD;
}
.AnyTagClassName
{
color: #C874AD;
}
</style>
background-color css
<style>
a { background-color: #C874AD; }
a { background-color: rgb(200,116,173); }
div.DivClassName
{
background-color: #C874AD;
}
.BgClassName
{
background-color: #C874AD;
}
</style>
border-color css
<style>
span { border-color: #C874AD; }
span { border-color: rgb(200,116,173); }
td.TdClassName
{
border-color: #C874AD;
}
.TagClassName
{
border-color: #C874AD;
}
</style>