Shades of Hopbush #C76F9A
Tints of Hopbush #C76F9A
RGB
CMYK
RGB Variations
Color information
#C76F9A (or 0xC76F9A) is known color: Hopbush. HEX triplet: C7, 6F and 9A. RGB value is (199,111,154). Sum of RGB (Red+Green+Blue) = 199+111+154=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F9A is #389065. Grayscale: #8E8E8E. Windows color (decimal): -3706982 or 10121159. OLE color: 10121159.
HSL color Cylindrical-coordinate representation of color #C76F9A: hue angle of 330.68º 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 #C76F9A is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 154 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.22 |
| HSL | 330.68º | 0.44% | 0.61% | - |
| HSV(B) | 330.68º | 0.44% | 0.78% | - |
| XYZ | 35.07 | 25.84 | 33.71 | - |
| YUV | 142.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 154 | 0 | 0.44 | 0.23 | 0.22 | 330.68 | 0.44 | 0.61 |
| Hex | C7 | 6F | 9A | 0 | 2C | 17 | 16 | 14B | 2C | 3D |
| Octal | 307 | 157 | 232 | 0 | 54 | 27 | 26 | 513 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10011010 | 0 | 101100 | 10111 | 10110 | 101001011 | 101100 | 111101 |
Color Harmonies of #C76F9A
Complementary color
Monochromatic Colors of #C76F9A
Black with #C76F9A
Text Example
Text Example
White with #C76F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F9A; }
p { color: rgb(199,111,154); }
H1.HeaderClassName
{
color: #C76F9A;
}
.AnyTagClassName
{
color: #C76F9A;
}
</style>
background-color css
<style>
a { background-color: #C76F9A; }
a { background-color: rgb(199,111,154); }
div.DivClassName
{
background-color: #C76F9A;
}
.BgClassName
{
background-color: #C76F9A;
}
</style>
border-color css
<style>
span { border-color: #C76F9A; }
span { border-color: rgb(199,111,154); }
td.TdClassName
{
border-color: #C76F9A;
}
.TagClassName
{
border-color: #C76F9A;
}
</style>