Shades of Hopbush #C8719A
Tints of Hopbush #C8719A
RGB
CMYK
RGB Variations
Color information
#C8719A (or 0xC8719A) is known color: Hopbush. HEX triplet: C8, 71 and 9A. RGB value is (200,113,154). Sum of RGB (Red+Green+Blue) = 200+113+154=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8719A is #378E65. Grayscale: #8F8F8F. Windows color (decimal): -3640934 or 10121672. OLE color: 10121672.
HSL color Cylindrical-coordinate representation of color #C8719A: hue angle of 331.72º 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 #C8719A is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 154 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.22 |
| HSL | 331.72º | 0.44% | 0.61% | - |
| HSV(B) | 331.72º | 0.44% | 0.78% | - |
| XYZ | 35.56 | 26.42 | 33.8 | - |
| YUV | 143.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 154 | 0 | 0.44 | 0.23 | 0.22 | 331.72 | 0.44 | 0.61 |
| Hex | C8 | 71 | 9A | 0 | 2C | 17 | 16 | 14C | 2C | 3D |
| Octal | 310 | 161 | 232 | 0 | 54 | 27 | 26 | 514 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10011010 | 0 | 101100 | 10111 | 10110 | 101001100 | 101100 | 111101 |
Color Harmonies of #C8719A
Complementary color
Monochromatic Colors of #C8719A
Black with #C8719A
Text Example
Text Example
White with #C8719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8719A; }
p { color: rgb(200,113,154); }
H1.HeaderClassName
{
color: #C8719A;
}
.AnyTagClassName
{
color: #C8719A;
}
</style>
background-color css
<style>
a { background-color: #C8719A; }
a { background-color: rgb(200,113,154); }
div.DivClassName
{
background-color: #C8719A;
}
.BgClassName
{
background-color: #C8719A;
}
</style>
border-color css
<style>
span { border-color: #C8719A; }
span { border-color: rgb(200,113,154); }
td.TdClassName
{
border-color: #C8719A;
}
.TagClassName
{
border-color: #C8719A;
}
</style>