Shades of Hopbush #C67BA9
Tints of Hopbush #C67BA9
RGB
CMYK
RGB Variations
Color information
#C67BA9 (or 0xC67BA9) is known color: Hopbush. HEX triplet: C6, 7B and A9. RGB value is (198,123,169). Sum of RGB (Red+Green+Blue) = 198+123+169=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67BA9 is #398456. Grayscale: #969696. Windows color (decimal): -3769431 or 11107270. OLE color: 11107270.
HSL color Cylindrical-coordinate representation of color #C67BA9: hue angle of 323.2º 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 #C67BA9 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 169 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.22 |
| HSL | 323.2º | 0.4% | 0.63% | - |
| HSV(B) | 323.2º | 0.38% | 0.78% | - |
| XYZ | 37.53 | 29.04 | 41.16 | - |
| YUV | 150.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 169 | 0 | 0.38 | 0.15 | 0.22 | 323.2 | 0.4 | 0.63 |
| Hex | C6 | 7B | A9 | 0 | 26 | F | 16 | 143 | 28 | 3F |
| Octal | 306 | 173 | 251 | 0 | 46 | 17 | 26 | 503 | 50 | 77 |
| Binary | 11000110 | 1111011 | 10101001 | 0 | 100110 | 1111 | 10110 | 101000011 | 101000 | 111111 |
Color Harmonies of #C67BA9
Complementary color
Monochromatic Colors of #C67BA9
Black with #C67BA9
Text Example
Text Example
White with #C67BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BA9; }
p { color: rgb(198,123,169); }
H1.HeaderClassName
{
color: #C67BA9;
}
.AnyTagClassName
{
color: #C67BA9;
}
</style>
background-color css
<style>
a { background-color: #C67BA9; }
a { background-color: rgb(198,123,169); }
div.DivClassName
{
background-color: #C67BA9;
}
.BgClassName
{
background-color: #C67BA9;
}
</style>
border-color css
<style>
span { border-color: #C67BA9; }
span { border-color: rgb(198,123,169); }
td.TdClassName
{
border-color: #C67BA9;
}
.TagClassName
{
border-color: #C67BA9;
}
</style>