Shades of Hopbush #C874A0
Tints of Hopbush #C874A0
RGB
CMYK
RGB Variations
Color information
#C874A0 (or 0xC874A0) is known color: Hopbush. HEX triplet: C8, 74 and A0. RGB value is (200,116,160). Sum of RGB (Red+Green+Blue) = 200+116+160=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C874A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C874A0 is #378B5F. Grayscale: #929292. Windows color (decimal): -3640160 or 10515656. OLE color: 10515656.
HSL color Cylindrical-coordinate representation of color #C874A0: hue angle of 328.57º 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 #C874A0 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 160 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.22 |
| HSL | 328.57º | 0.43% | 0.62% | - |
| HSV(B) | 328.57º | 0.42% | 0.78% | - |
| XYZ | 36.41 | 27.31 | 36.61 | - |
| YUV | 146.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 160 | 0 | 0.42 | 0.2 | 0.22 | 328.57 | 0.43 | 0.62 |
| Hex | C8 | 74 | A0 | 0 | 2A | 14 | 16 | 149 | 2B | 3E |
| Octal | 310 | 164 | 240 | 0 | 52 | 24 | 26 | 511 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10100000 | 0 | 101010 | 10100 | 10110 | 101001001 | 101011 | 111110 |
Color Harmonies of #C874A0
Complementary color
Monochromatic Colors of #C874A0
Black with #C874A0
Text Example
Text Example
White with #C874A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874A0; }
p { color: rgb(200,116,160); }
H1.HeaderClassName
{
color: #C874A0;
}
.AnyTagClassName
{
color: #C874A0;
}
</style>
background-color css
<style>
a { background-color: #C874A0; }
a { background-color: rgb(200,116,160); }
div.DivClassName
{
background-color: #C874A0;
}
.BgClassName
{
background-color: #C874A0;
}
</style>
border-color css
<style>
span { border-color: #C874A0; }
span { border-color: rgb(200,116,160); }
td.TdClassName
{
border-color: #C874A0;
}
.TagClassName
{
border-color: #C874A0;
}
</style>