Shades of Hopbush #C67AA1
Tints of Hopbush #C67AA1
RGB
CMYK
RGB Variations
Color information
#C67AA1 (or 0xC67AA1) is known color: Hopbush. HEX triplet: C6, 7A and A1. RGB value is (198,122,161). Sum of RGB (Red+Green+Blue) = 198+122+161=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA1 is #39855E. Grayscale: #959595. Windows color (decimal): -3769695 or 10582726. OLE color: 10582726.
HSL color Cylindrical-coordinate representation of color #C67AA1: hue angle of 329.21º 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 #C67AA1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 161 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.22 |
| HSL | 329.21º | 0.4% | 0.63% | - |
| HSV(B) | 329.21º | 0.38% | 0.78% | - |
| XYZ | 36.68 | 28.5 | 37.29 | - |
| YUV | 149.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 161 | 0 | 0.38 | 0.19 | 0.22 | 329.21 | 0.4 | 0.63 |
| Hex | C6 | 7A | A1 | 0 | 26 | 13 | 16 | 149 | 28 | 3F |
| Octal | 306 | 172 | 241 | 0 | 46 | 23 | 26 | 511 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10100001 | 0 | 100110 | 10011 | 10110 | 101001001 | 101000 | 111111 |
Color Harmonies of #C67AA1
Complementary color
Monochromatic Colors of #C67AA1
Black with #C67AA1
Text Example
Text Example
White with #C67AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AA1; }
p { color: rgb(198,122,161); }
H1.HeaderClassName
{
color: #C67AA1;
}
.AnyTagClassName
{
color: #C67AA1;
}
</style>
background-color css
<style>
a { background-color: #C67AA1; }
a { background-color: rgb(198,122,161); }
div.DivClassName
{
background-color: #C67AA1;
}
.BgClassName
{
background-color: #C67AA1;
}
</style>
border-color css
<style>
span { border-color: #C67AA1; }
span { border-color: rgb(198,122,161); }
td.TdClassName
{
border-color: #C67AA1;
}
.TagClassName
{
border-color: #C67AA1;
}
</style>