Shades of Hopbush #C67AA4
Tints of Hopbush #C67AA4
RGB
CMYK
RGB Variations
Color information
#C67AA4 (or 0xC67AA4) is known color: Hopbush. HEX triplet: C6, 7A and A4. RGB value is (198,122,164). Sum of RGB (Red+Green+Blue) = 198+122+164=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA4 is #39855B. Grayscale: #959595. Windows color (decimal): -3769692 or 10779334. OLE color: 10779334.
HSL color Cylindrical-coordinate representation of color #C67AA4: hue angle of 326.84º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67AA4 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 164 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.22 |
| HSL | 326.84º | 0.4% | 0.63% | - |
| HSV(B) | 326.84º | 0.38% | 0.78% | - |
| XYZ | 36.95 | 28.61 | 38.7 | - |
| YUV | 149.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 164 | 0 | 0.38 | 0.17 | 0.22 | 326.84 | 0.4 | 0.63 |
| Hex | C6 | 7A | A4 | 0 | 26 | 11 | 16 | 147 | 28 | 3F |
| Octal | 306 | 172 | 244 | 0 | 46 | 21 | 26 | 507 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10100100 | 0 | 100110 | 10001 | 10110 | 101000111 | 101000 | 111111 |
Color Harmonies of #C67AA4
Complementary color
Monochromatic Colors of #C67AA4
Black with #C67AA4
Text Example
Text Example
White with #C67AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AA4; }
p { color: rgb(198,122,164); }
H1.HeaderClassName
{
color: #C67AA4;
}
.AnyTagClassName
{
color: #C67AA4;
}
</style>
background-color css
<style>
a { background-color: #C67AA4; }
a { background-color: rgb(198,122,164); }
div.DivClassName
{
background-color: #C67AA4;
}
.BgClassName
{
background-color: #C67AA4;
}
</style>
border-color css
<style>
span { border-color: #C67AA4; }
span { border-color: rgb(198,122,164); }
td.TdClassName
{
border-color: #C67AA4;
}
.TagClassName
{
border-color: #C67AA4;
}
</style>