Shades of Hopbush #C764A0
Tints of Hopbush #C764A0
RGB
CMYK
RGB Variations
Color information
#C764A0 (or 0xC764A0) is known color: Hopbush. HEX triplet: C7, 64 and A0. RGB value is (199,100,160). Sum of RGB (Red+Green+Blue) = 199+100+160=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A0 is #389B5F. Grayscale: #888888. Windows color (decimal): -3709792 or 10511559. OLE color: 10511559.
HSL color Cylindrical-coordinate representation of color #C764A0: hue angle of 323.64º 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 #C764A0 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 160 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.22 |
| HSL | 323.64º | 0.47% | 0.59% | - |
| HSV(B) | 323.64º | 0.5% | 0.78% | - |
| XYZ | 34.46 | 23.79 | 36.03 | - |
| YUV | 136.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 160 | 0 | 0.50 | 0.20 | 0.22 | 323.64 | 0.47 | 0.59 |
| Hex | C7 | 64 | A0 | 0 | 32 | 14 | 16 | 144 | 2F | 3B |
| Octal | 307 | 144 | 240 | 0 | 62 | 24 | 26 | 504 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10100000 | 0 | 110010 | 10100 | 10110 | 101000100 | 101111 | 111011 |
Color Harmonies of #C764A0
Complementary color
Monochromatic Colors of #C764A0
Black with #C764A0
Text Example
Text Example
White with #C764A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764A0; }
p { color: rgb(199,100,160); }
H1.HeaderClassName
{
color: #C764A0;
}
.AnyTagClassName
{
color: #C764A0;
}
</style>
background-color css
<style>
a { background-color: #C764A0; }
a { background-color: rgb(199,100,160); }
div.DivClassName
{
background-color: #C764A0;
}
.BgClassName
{
background-color: #C764A0;
}
</style>
border-color css
<style>
span { border-color: #C764A0; }
span { border-color: rgb(199,100,160); }
td.TdClassName
{
border-color: #C764A0;
}
.TagClassName
{
border-color: #C764A0;
}
</style>