Shades of Hopbush #C871A3
Tints of Hopbush #C871A3
RGB
CMYK
RGB Variations
Color information
#C871A3 (or 0xC871A3) is known color: Hopbush. HEX triplet: C8, 71 and A3. RGB value is (200,113,163). Sum of RGB (Red+Green+Blue) = 200+113+163=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C871A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C871A3 is #378E5C. Grayscale: #909090. Windows color (decimal): -3640925 or 10711496. OLE color: 10711496.
HSL color Cylindrical-coordinate representation of color #C871A3: hue angle of 325.52º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871A3 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 163 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.22 |
| HSL | 325.52º | 0.44% | 0.61% | - |
| HSV(B) | 325.52º | 0.44% | 0.78% | - |
| XYZ | 36.34 | 26.73 | 37.9 | - |
| YUV | 144.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 163 | 0 | 0.44 | 0.18 | 0.22 | 325.52 | 0.44 | 0.61 |
| Hex | C8 | 71 | A3 | 0 | 2C | 12 | 16 | 146 | 2C | 3D |
| Octal | 310 | 161 | 243 | 0 | 54 | 22 | 26 | 506 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10100011 | 0 | 101100 | 10010 | 10110 | 101000110 | 101100 | 111101 |
Color Harmonies of #C871A3
Complementary color
Monochromatic Colors of #C871A3
Black with #C871A3
Text Example
Text Example
White with #C871A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871A3; }
p { color: rgb(200,113,163); }
H1.HeaderClassName
{
color: #C871A3;
}
.AnyTagClassName
{
color: #C871A3;
}
</style>
background-color css
<style>
a { background-color: #C871A3; }
a { background-color: rgb(200,113,163); }
div.DivClassName
{
background-color: #C871A3;
}
.BgClassName
{
background-color: #C871A3;
}
</style>
border-color css
<style>
span { border-color: #C871A3; }
span { border-color: rgb(200,113,163); }
td.TdClassName
{
border-color: #C871A3;
}
.TagClassName
{
border-color: #C871A3;
}
</style>