Shades of Hopbush #C875A7
Tints of Hopbush #C875A7
RGB
CMYK
RGB Variations
Color information
#C875A7 (or 0xC875A7) is known color: Hopbush. HEX triplet: C8, 75 and A7. RGB value is (200,117,167). Sum of RGB (Red+Green+Blue) = 200+117+167=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C875A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C875A7 is #378A58. Grayscale: #939393. Windows color (decimal): -3639897 or 10974664. OLE color: 10974664.
HSL color Cylindrical-coordinate representation of color #C875A7: hue angle of 323.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 #C875A7 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 167 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.22 |
| HSL | 323.86º | 0.43% | 0.62% | - |
| HSV(B) | 323.86º | 0.42% | 0.78% | - |
| XYZ | 37.16 | 27.79 | 39.97 | - |
| YUV | 147.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 167 | 0 | 0.42 | 0.16 | 0.22 | 323.86 | 0.43 | 0.62 |
| Hex | C8 | 75 | A7 | 0 | 2A | 10 | 16 | 144 | 2B | 3E |
| Octal | 310 | 165 | 247 | 0 | 52 | 20 | 26 | 504 | 53 | 76 |
| Binary | 11001000 | 1110101 | 10100111 | 0 | 101010 | 10000 | 10110 | 101000100 | 101011 | 111110 |
Color Harmonies of #C875A7
Complementary color
Monochromatic Colors of #C875A7
Black with #C875A7
Text Example
Text Example
White with #C875A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875A7; }
p { color: rgb(200,117,167); }
H1.HeaderClassName
{
color: #C875A7;
}
.AnyTagClassName
{
color: #C875A7;
}
</style>
background-color css
<style>
a { background-color: #C875A7; }
a { background-color: rgb(200,117,167); }
div.DivClassName
{
background-color: #C875A7;
}
.BgClassName
{
background-color: #C875A7;
}
</style>
border-color css
<style>
span { border-color: #C875A7; }
span { border-color: rgb(200,117,167); }
td.TdClassName
{
border-color: #C875A7;
}
.TagClassName
{
border-color: #C875A7;
}
</style>