Shades of Hopbush #C774AC
Tints of Hopbush #C774AC
RGB
CMYK
RGB Variations
Color information
#C774AC (or 0xC774AC) is known color: Hopbush. HEX triplet: C7, 74 and AC. RGB value is (199,116,172). Sum of RGB (Red+Green+Blue) = 199+116+172=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C774AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C774AC is #388B53. Grayscale: #939393. Windows color (decimal): -3705684 or 11302087. OLE color: 11302087.
HSL color Cylindrical-coordinate representation of color #C774AC: hue angle of 319.52º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774AC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 172 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.22 |
| HSL | 319.52º | 0.43% | 0.62% | - |
| HSV(B) | 319.52º | 0.42% | 0.78% | - |
| XYZ | 37.24 | 27.61 | 42.4 | - |
| YUV | 147.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 172 | 0 | 0.42 | 0.14 | 0.22 | 319.52 | 0.43 | 0.62 |
| Hex | C7 | 74 | AC | 0 | 2A | E | 16 | 140 | 2B | 3E |
| Octal | 307 | 164 | 254 | 0 | 52 | 16 | 26 | 500 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10101100 | 0 | 101010 | 1110 | 10110 | 101000000 | 101011 | 111110 |
Color Harmonies of #C774AC
Complementary color
Monochromatic Colors of #C774AC
Black with #C774AC
Text Example
Text Example
White with #C774AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774AC; }
p { color: rgb(199,116,172); }
H1.HeaderClassName
{
color: #C774AC;
}
.AnyTagClassName
{
color: #C774AC;
}
</style>
background-color css
<style>
a { background-color: #C774AC; }
a { background-color: rgb(199,116,172); }
div.DivClassName
{
background-color: #C774AC;
}
.BgClassName
{
background-color: #C774AC;
}
</style>
border-color css
<style>
span { border-color: #C774AC; }
span { border-color: rgb(199,116,172); }
td.TdClassName
{
border-color: #C774AC;
}
.TagClassName
{
border-color: #C774AC;
}
</style>