Shades of Hopbush #C764A1
Tints of Hopbush #C764A1
RGB
CMYK
RGB Variations
Color information
#C764A1 (or 0xC764A1) is known color: Hopbush. HEX triplet: C7, 64 and A1. RGB value is (199,100,161). Sum of RGB (Red+Green+Blue) = 199+100+161=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A1 is #389B5E. Grayscale: #888888. Windows color (decimal): -3709791 or 10577095. OLE color: 10577095.
HSL color Cylindrical-coordinate representation of color #C764A1: hue angle of 323.03º 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 #C764A1 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 161 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.22 |
| HSL | 323.03º | 0.47% | 0.59% | - |
| HSV(B) | 323.03º | 0.5% | 0.78% | - |
| XYZ | 34.54 | 23.83 | 36.5 | - |
| YUV | 136.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 161 | 0 | 0.50 | 0.19 | 0.22 | 323.03 | 0.47 | 0.59 |
| Hex | C7 | 64 | A1 | 0 | 32 | 13 | 16 | 143 | 2F | 3B |
| Octal | 307 | 144 | 241 | 0 | 62 | 23 | 26 | 503 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10100001 | 0 | 110010 | 10011 | 10110 | 101000011 | 101111 | 111011 |
Color Harmonies of #C764A1
Complementary color
Monochromatic Colors of #C764A1
Black with #C764A1
Text Example
Text Example
White with #C764A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764A1; }
p { color: rgb(199,100,161); }
H1.HeaderClassName
{
color: #C764A1;
}
.AnyTagClassName
{
color: #C764A1;
}
</style>
background-color css
<style>
a { background-color: #C764A1; }
a { background-color: rgb(199,100,161); }
div.DivClassName
{
background-color: #C764A1;
}
.BgClassName
{
background-color: #C764A1;
}
</style>
border-color css
<style>
span { border-color: #C764A1; }
span { border-color: rgb(199,100,161); }
td.TdClassName
{
border-color: #C764A1;
}
.TagClassName
{
border-color: #C764A1;
}
</style>