Shades of Hopbush #C76C9A
Tints of Hopbush #C76C9A
RGB
CMYK
RGB Variations
Color information
#C76C9A (or 0xC76C9A) is known color: Hopbush. HEX triplet: C7, 6C and 9A. RGB value is (199,108,154). Sum of RGB (Red+Green+Blue) = 199+108+154=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C9A is #389365. Grayscale: #8C8C8C. Windows color (decimal): -3707750 or 10120391. OLE color: 10120391.
HSL color Cylindrical-coordinate representation of color #C76C9A: hue angle of 329.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76C9A is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 154 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.22 |
| HSL | 329.67º | 0.45% | 0.6% | - |
| HSV(B) | 329.67º | 0.46% | 0.78% | - |
| XYZ | 34.75 | 25.2 | 33.6 | - |
| YUV | 140.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 154 | 0 | 0.46 | 0.23 | 0.22 | 329.67 | 0.45 | 0.6 |
| Hex | C7 | 6C | 9A | 0 | 2E | 17 | 16 | 14A | 2D | 3C |
| Octal | 307 | 154 | 232 | 0 | 56 | 27 | 26 | 512 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10011010 | 0 | 101110 | 10111 | 10110 | 101001010 | 101101 | 111100 |
Color Harmonies of #C76C9A
Complementary color
Monochromatic Colors of #C76C9A
Black with #C76C9A
Text Example
Text Example
White with #C76C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C9A; }
p { color: rgb(199,108,154); }
H1.HeaderClassName
{
color: #C76C9A;
}
.AnyTagClassName
{
color: #C76C9A;
}
</style>
background-color css
<style>
a { background-color: #C76C9A; }
a { background-color: rgb(199,108,154); }
div.DivClassName
{
background-color: #C76C9A;
}
.BgClassName
{
background-color: #C76C9A;
}
</style>
border-color css
<style>
span { border-color: #C76C9A; }
span { border-color: rgb(199,108,154); }
td.TdClassName
{
border-color: #C76C9A;
}
.TagClassName
{
border-color: #C76C9A;
}
</style>