Shades of Hopbush #C76F9B
Tints of Hopbush #C76F9B
RGB
CMYK
RGB Variations
Color information
#C76F9B (or 0xC76F9B) is known color: Hopbush. HEX triplet: C7, 6F and 9B. RGB value is (199,111,155). Sum of RGB (Red+Green+Blue) = 199+111+155=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F9B is #389064. Grayscale: #8E8E8E. Windows color (decimal): -3706981 or 10186695. OLE color: 10186695.
HSL color Cylindrical-coordinate representation of color #C76F9B: hue angle of 330º 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 #C76F9B is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 155 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.22 |
| HSL | 330º | 0.44% | 0.61% | - |
| HSV(B) | 330º | 0.44% | 0.78% | - |
| XYZ | 35.15 | 25.88 | 34.15 | - |
| YUV | 142.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 155 | 0 | 0.44 | 0.22 | 0.22 | 330 | 0.44 | 0.61 |
| Hex | C7 | 6F | 9B | 0 | 2C | 16 | 16 | 14A | 2C | 3D |
| Octal | 307 | 157 | 233 | 0 | 54 | 26 | 26 | 512 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10011011 | 0 | 101100 | 10110 | 10110 | 101001010 | 101100 | 111101 |
Color Harmonies of #C76F9B
Complementary color
Monochromatic Colors of #C76F9B
Black with #C76F9B
Text Example
Text Example
White with #C76F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F9B; }
p { color: rgb(199,111,155); }
H1.HeaderClassName
{
color: #C76F9B;
}
.AnyTagClassName
{
color: #C76F9B;
}
</style>
background-color css
<style>
a { background-color: #C76F9B; }
a { background-color: rgb(199,111,155); }
div.DivClassName
{
background-color: #C76F9B;
}
.BgClassName
{
background-color: #C76F9B;
}
</style>
border-color css
<style>
span { border-color: #C76F9B; }
span { border-color: rgb(199,111,155); }
td.TdClassName
{
border-color: #C76F9B;
}
.TagClassName
{
border-color: #C76F9B;
}
</style>