Shades of Hopbush #C870A2
Tints of Hopbush #C870A2
RGB
CMYK
RGB Variations
Color information
#C870A2 (or 0xC870A2) is known color: Hopbush. HEX triplet: C8, 70 and A2. RGB value is (200,112,162). Sum of RGB (Red+Green+Blue) = 200+112+162=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C870A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870A2 is #378F5D. Grayscale: #8F8F8F. Windows color (decimal): -3641182 or 10645704. OLE color: 10645704.
HSL color Cylindrical-coordinate representation of color #C870A2: hue angle of 325.91º 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 #C870A2 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 162 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.22 |
| HSL | 325.91º | 0.44% | 0.61% | - |
| HSV(B) | 325.91º | 0.44% | 0.78% | - |
| XYZ | 36.14 | 26.48 | 37.39 | - |
| YUV | 144.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 162 | 0 | 0.44 | 0.19 | 0.22 | 325.91 | 0.44 | 0.61 |
| Hex | C8 | 70 | A2 | 0 | 2C | 13 | 16 | 146 | 2C | 3D |
| Octal | 310 | 160 | 242 | 0 | 54 | 23 | 26 | 506 | 54 | 75 |
| Binary | 11001000 | 1110000 | 10100010 | 0 | 101100 | 10011 | 10110 | 101000110 | 101100 | 111101 |
Color Harmonies of #C870A2
Complementary color
Monochromatic Colors of #C870A2
Black with #C870A2
Text Example
Text Example
White with #C870A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870A2; }
p { color: rgb(200,112,162); }
H1.HeaderClassName
{
color: #C870A2;
}
.AnyTagClassName
{
color: #C870A2;
}
</style>
background-color css
<style>
a { background-color: #C870A2; }
a { background-color: rgb(200,112,162); }
div.DivClassName
{
background-color: #C870A2;
}
.BgClassName
{
background-color: #C870A2;
}
</style>
border-color css
<style>
span { border-color: #C870A2; }
span { border-color: rgb(200,112,162); }
td.TdClassName
{
border-color: #C870A2;
}
.TagClassName
{
border-color: #C870A2;
}
</style>