Shades of Hopbush #C8769E
Tints of Hopbush #C8769E
RGB
CMYK
RGB Variations
Color information
#C8769E (or 0xC8769E) is known color: Hopbush. HEX triplet: C8, 76 and 9E. RGB value is (200,118,158). Sum of RGB (Red+Green+Blue) = 200+118+158=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8769E is #378961. Grayscale: #939393. Windows color (decimal): -3639650 or 10385096. OLE color: 10385096.
HSL color Cylindrical-coordinate representation of color #C8769E: hue angle of 330.73º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8769E is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 158 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.22 |
| HSL | 330.73º | 0.43% | 0.62% | - |
| HSV(B) | 330.73º | 0.41% | 0.78% | - |
| XYZ | 36.47 | 27.7 | 35.77 | - |
| YUV | 147.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 158 | 0 | 0.41 | 0.21 | 0.22 | 330.73 | 0.43 | 0.62 |
| Hex | C8 | 76 | 9E | 0 | 29 | 15 | 16 | 14B | 2B | 3E |
| Octal | 310 | 166 | 236 | 0 | 51 | 25 | 26 | 513 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10011110 | 0 | 101001 | 10101 | 10110 | 101001011 | 101011 | 111110 |
Color Harmonies of #C8769E
Complementary color
Monochromatic Colors of #C8769E
Black with #C8769E
Text Example
Text Example
White with #C8769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8769E; }
p { color: rgb(200,118,158); }
H1.HeaderClassName
{
color: #C8769E;
}
.AnyTagClassName
{
color: #C8769E;
}
</style>
background-color css
<style>
a { background-color: #C8769E; }
a { background-color: rgb(200,118,158); }
div.DivClassName
{
background-color: #C8769E;
}
.BgClassName
{
background-color: #C8769E;
}
</style>
border-color css
<style>
span { border-color: #C8769E; }
span { border-color: rgb(200,118,158); }
td.TdClassName
{
border-color: #C8769E;
}
.TagClassName
{
border-color: #C8769E;
}
</style>