Shades of Hopbush #C67BAA
Tints of Hopbush #C67BAA
RGB
CMYK
RGB Variations
Color information
#C67BAA (or 0xC67BAA) is known color: Hopbush. HEX triplet: C6, 7B and AA. RGB value is (198,123,170). Sum of RGB (Red+Green+Blue) = 198+123+170=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67BAA is #398455. Grayscale: #969696. Windows color (decimal): -3769430 or 11172806. OLE color: 11172806.
HSL color Cylindrical-coordinate representation of color #C67BAA: hue angle of 322.4º 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 #C67BAA is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 170 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.22 |
| HSL | 322.4º | 0.4% | 0.63% | - |
| HSV(B) | 322.4º | 0.38% | 0.78% | - |
| XYZ | 37.63 | 29.07 | 41.66 | - |
| YUV | 150.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 170 | 0 | 0.38 | 0.14 | 0.22 | 322.4 | 0.4 | 0.63 |
| Hex | C6 | 7B | AA | 0 | 26 | E | 16 | 142 | 28 | 3F |
| Octal | 306 | 173 | 252 | 0 | 46 | 16 | 26 | 502 | 50 | 77 |
| Binary | 11000110 | 1111011 | 10101010 | 0 | 100110 | 1110 | 10110 | 101000010 | 101000 | 111111 |
Color Harmonies of #C67BAA
Complementary color
Monochromatic Colors of #C67BAA
Black with #C67BAA
Text Example
Text Example
White with #C67BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BAA; }
p { color: rgb(198,123,170); }
H1.HeaderClassName
{
color: #C67BAA;
}
.AnyTagClassName
{
color: #C67BAA;
}
</style>
background-color css
<style>
a { background-color: #C67BAA; }
a { background-color: rgb(198,123,170); }
div.DivClassName
{
background-color: #C67BAA;
}
.BgClassName
{
background-color: #C67BAA;
}
</style>
border-color css
<style>
span { border-color: #C67BAA; }
span { border-color: rgb(198,123,170); }
td.TdClassName
{
border-color: #C67BAA;
}
.TagClassName
{
border-color: #C67BAA;
}
</style>