Shades of Hopbush #C67AAB
Tints of Hopbush #C67AAB
RGB
CMYK
RGB Variations
Color information
#C67AAB (or 0xC67AAB) is known color: Hopbush. HEX triplet: C6, 7A and AB. RGB value is (198,122,171). Sum of RGB (Red+Green+Blue) = 198+122+171=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AAB is #398554. Grayscale: #969696. Windows color (decimal): -3769685 or 11238086. OLE color: 11238086.
HSL color Cylindrical-coordinate representation of color #C67AAB: hue angle of 321.32º 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 #C67AAB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 171 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.22 |
| HSL | 321.32º | 0.4% | 0.63% | - |
| HSV(B) | 321.32º | 0.38% | 0.78% | - |
| XYZ | 37.6 | 28.87 | 42.12 | - |
| YUV | 150.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 171 | 0 | 0.38 | 0.14 | 0.22 | 321.32 | 0.4 | 0.63 |
| Hex | C6 | 7A | AB | 0 | 26 | E | 16 | 141 | 28 | 3F |
| Octal | 306 | 172 | 253 | 0 | 46 | 16 | 26 | 501 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10101011 | 0 | 100110 | 1110 | 10110 | 101000001 | 101000 | 111111 |
Color Harmonies of #C67AAB
Complementary color
Monochromatic Colors of #C67AAB
Black with #C67AAB
Text Example
Text Example
White with #C67AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AAB; }
p { color: rgb(198,122,171); }
H1.HeaderClassName
{
color: #C67AAB;
}
.AnyTagClassName
{
color: #C67AAB;
}
</style>
background-color css
<style>
a { background-color: #C67AAB; }
a { background-color: rgb(198,122,171); }
div.DivClassName
{
background-color: #C67AAB;
}
.BgClassName
{
background-color: #C67AAB;
}
</style>
border-color css
<style>
span { border-color: #C67AAB; }
span { border-color: rgb(198,122,171); }
td.TdClassName
{
border-color: #C67AAB;
}
.TagClassName
{
border-color: #C67AAB;
}
</style>