Shades of Hopbush #C67AA0
Tints of Hopbush #C67AA0
RGB
CMYK
RGB Variations
Color information
#C67AA0 (or 0xC67AA0) is known color: Hopbush. HEX triplet: C6, 7A and A0. RGB value is (198,122,160). Sum of RGB (Red+Green+Blue) = 198+122+160=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA0 is #39855F. Grayscale: #949494. Windows color (decimal): -3769696 or 10517190. OLE color: 10517190.
HSL color Cylindrical-coordinate representation of color #C67AA0: hue angle of 330º 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 #C67AA0 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 160 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.22 |
| HSL | 330º | 0.4% | 0.63% | - |
| HSV(B) | 330º | 0.38% | 0.78% | - |
| XYZ | 36.59 | 28.46 | 36.82 | - |
| YUV | 149.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 160 | 0 | 0.38 | 0.19 | 0.22 | 330 | 0.4 | 0.63 |
| Hex | C6 | 7A | A0 | 0 | 26 | 13 | 16 | 14A | 28 | 3F |
| Octal | 306 | 172 | 240 | 0 | 46 | 23 | 26 | 512 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10100000 | 0 | 100110 | 10011 | 10110 | 101001010 | 101000 | 111111 |
Color Harmonies of #C67AA0
Complementary color
Monochromatic Colors of #C67AA0
Black with #C67AA0
Text Example
Text Example
White with #C67AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AA0; }
p { color: rgb(198,122,160); }
H1.HeaderClassName
{
color: #C67AA0;
}
.AnyTagClassName
{
color: #C67AA0;
}
</style>
background-color css
<style>
a { background-color: #C67AA0; }
a { background-color: rgb(198,122,160); }
div.DivClassName
{
background-color: #C67AA0;
}
.BgClassName
{
background-color: #C67AA0;
}
</style>
border-color css
<style>
span { border-color: #C67AA0; }
span { border-color: rgb(198,122,160); }
td.TdClassName
{
border-color: #C67AA0;
}
.TagClassName
{
border-color: #C67AA0;
}
</style>