Shades of Hopbush #C8759C
Tints of Hopbush #C8759C
RGB
CMYK
RGB Variations
Color information
#C8759C (or 0xC8759C) is known color: Hopbush. HEX triplet: C8, 75 and 9C. RGB value is (200,117,156). Sum of RGB (Red+Green+Blue) = 200+117+156=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8759C is #378A63. Grayscale: #929292. Windows color (decimal): -3639908 or 10253768. OLE color: 10253768.
HSL color Cylindrical-coordinate representation of color #C8759C: hue angle of 331.81º 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 #C8759C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 156 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.22 |
| HSL | 331.81º | 0.43% | 0.62% | - |
| HSV(B) | 331.81º | 0.42% | 0.78% | - |
| XYZ | 36.18 | 27.4 | 34.83 | - |
| YUV | 146.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 156 | 0 | 0.42 | 0.22 | 0.22 | 331.81 | 0.43 | 0.62 |
| Hex | C8 | 75 | 9C | 0 | 2A | 16 | 16 | 14C | 2B | 3E |
| Octal | 310 | 165 | 234 | 0 | 52 | 26 | 26 | 514 | 53 | 76 |
| Binary | 11001000 | 1110101 | 10011100 | 0 | 101010 | 10110 | 10110 | 101001100 | 101011 | 111110 |
Color Harmonies of #C8759C
Complementary color
Monochromatic Colors of #C8759C
Black with #C8759C
Text Example
Text Example
White with #C8759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8759C; }
p { color: rgb(200,117,156); }
H1.HeaderClassName
{
color: #C8759C;
}
.AnyTagClassName
{
color: #C8759C;
}
</style>
background-color css
<style>
a { background-color: #C8759C; }
a { background-color: rgb(200,117,156); }
div.DivClassName
{
background-color: #C8759C;
}
.BgClassName
{
background-color: #C8759C;
}
</style>
border-color css
<style>
span { border-color: #C8759C; }
span { border-color: rgb(200,117,156); }
td.TdClassName
{
border-color: #C8759C;
}
.TagClassName
{
border-color: #C8759C;
}
</style>