Shades of Hopbush #C764A5
Tints of Hopbush #C764A5
RGB
CMYK
RGB Variations
Color information
#C764A5 (or 0xC764A5) is known color: Hopbush. HEX triplet: C7, 64 and A5. RGB value is (199,100,165). Sum of RGB (Red+Green+Blue) = 199+100+165=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A5 is #389B5A. Grayscale: #888888. Windows color (decimal): -3709787 or 10839239. OLE color: 10839239.
HSL color Cylindrical-coordinate representation of color #C764A5: hue angle of 320.61º 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 #C764A5 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 165 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.22 |
| HSL | 320.61º | 0.47% | 0.59% | - |
| HSV(B) | 320.61º | 0.5% | 0.78% | - |
| XYZ | 34.9 | 23.97 | 38.39 | - |
| YUV | 137.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 165 | 0 | 0.50 | 0.17 | 0.22 | 320.61 | 0.47 | 0.59 |
| Hex | C7 | 64 | A5 | 0 | 32 | 11 | 16 | 141 | 2F | 3B |
| Octal | 307 | 144 | 245 | 0 | 62 | 21 | 26 | 501 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10100101 | 0 | 110010 | 10001 | 10110 | 101000001 | 101111 | 111011 |
Color Harmonies of #C764A5
Complementary color
Monochromatic Colors of #C764A5
Black with #C764A5
Text Example
Text Example
White with #C764A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764A5; }
p { color: rgb(199,100,165); }
H1.HeaderClassName
{
color: #C764A5;
}
.AnyTagClassName
{
color: #C764A5;
}
</style>
background-color css
<style>
a { background-color: #C764A5; }
a { background-color: rgb(199,100,165); }
div.DivClassName
{
background-color: #C764A5;
}
.BgClassName
{
background-color: #C764A5;
}
</style>
border-color css
<style>
span { border-color: #C764A5; }
span { border-color: rgb(199,100,165); }
td.TdClassName
{
border-color: #C764A5;
}
.TagClassName
{
border-color: #C764A5;
}
</style>