Shades of Hopbush #C764A9
Tints of Hopbush #C764A9
RGB
CMYK
RGB Variations
Color information
#C764A9 (or 0xC764A9) is known color: Hopbush. HEX triplet: C7, 64 and A9. RGB value is (199,100,169). Sum of RGB (Red+Green+Blue) = 199+100+169=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A9 is #389B56. Grayscale: #898989. Windows color (decimal): -3709783 or 11101383. OLE color: 11101383.
HSL color Cylindrical-coordinate representation of color #C764A9: hue angle of 318.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764A9 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 169 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.22 |
| HSL | 318.18º | 0.47% | 0.59% | - |
| HSV(B) | 318.18º | 0.5% | 0.78% | - |
| XYZ | 35.27 | 24.12 | 40.33 | - |
| YUV | 137.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 169 | 0 | 0.50 | 0.15 | 0.22 | 318.18 | 0.47 | 0.59 |
| Hex | C7 | 64 | A9 | 0 | 32 | F | 16 | 13E | 2F | 3B |
| Octal | 307 | 144 | 251 | 0 | 62 | 17 | 26 | 476 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10101001 | 0 | 110010 | 1111 | 10110 | 100111110 | 101111 | 111011 |
Color Harmonies of #C764A9
Complementary color
Monochromatic Colors of #C764A9
Black with #C764A9
Text Example
Text Example
White with #C764A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764A9; }
p { color: rgb(199,100,169); }
H1.HeaderClassName
{
color: #C764A9;
}
.AnyTagClassName
{
color: #C764A9;
}
</style>
background-color css
<style>
a { background-color: #C764A9; }
a { background-color: rgb(199,100,169); }
div.DivClassName
{
background-color: #C764A9;
}
.BgClassName
{
background-color: #C764A9;
}
</style>
border-color css
<style>
span { border-color: #C764A9; }
span { border-color: rgb(199,100,169); }
td.TdClassName
{
border-color: #C764A9;
}
.TagClassName
{
border-color: #C764A9;
}
</style>