Shades of Hopbush #C76F9D
Tints of Hopbush #C76F9D
RGB
CMYK
RGB Variations
Color information
#C76F9D (or 0xC76F9D) is known color: Hopbush. HEX triplet: C7, 6F and 9D. RGB value is (199,111,157). Sum of RGB (Red+Green+Blue) = 199+111+157=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F9D is #389062. Grayscale: #8E8E8E. Windows color (decimal): -3706979 or 10317767. OLE color: 10317767.
HSL color Cylindrical-coordinate representation of color #C76F9D: hue angle of 328.64º 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 #C76F9D is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 157 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.22 |
| HSL | 328.64º | 0.44% | 0.61% | - |
| HSV(B) | 328.64º | 0.44% | 0.78% | - |
| XYZ | 35.32 | 25.95 | 35.04 | - |
| YUV | 142.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 157 | 0 | 0.44 | 0.21 | 0.22 | 328.64 | 0.44 | 0.61 |
| Hex | C7 | 6F | 9D | 0 | 2C | 15 | 16 | 149 | 2C | 3D |
| Octal | 307 | 157 | 235 | 0 | 54 | 25 | 26 | 511 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10011101 | 0 | 101100 | 10101 | 10110 | 101001001 | 101100 | 111101 |
Color Harmonies of #C76F9D
Complementary color
Monochromatic Colors of #C76F9D
Black with #C76F9D
Text Example
Text Example
White with #C76F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F9D; }
p { color: rgb(199,111,157); }
H1.HeaderClassName
{
color: #C76F9D;
}
.AnyTagClassName
{
color: #C76F9D;
}
</style>
background-color css
<style>
a { background-color: #C76F9D; }
a { background-color: rgb(199,111,157); }
div.DivClassName
{
background-color: #C76F9D;
}
.BgClassName
{
background-color: #C76F9D;
}
</style>
border-color css
<style>
span { border-color: #C76F9D; }
span { border-color: rgb(199,111,157); }
td.TdClassName
{
border-color: #C76F9D;
}
.TagClassName
{
border-color: #C76F9D;
}
</style>