Shades of Hopbush #C67AA2
Tints of Hopbush #C67AA2
RGB
CMYK
RGB Variations
Color information
#C67AA2 (or 0xC67AA2) is known color: Hopbush. HEX triplet: C6, 7A and A2. RGB value is (198,122,162). Sum of RGB (Red+Green+Blue) = 198+122+162=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA2 is #39855D. Grayscale: #959595. Windows color (decimal): -3769694 or 10648262. OLE color: 10648262.
HSL color Cylindrical-coordinate representation of color #C67AA2: hue angle of 328.42º 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 #C67AA2 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 162 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.22 |
| HSL | 328.42º | 0.4% | 0.63% | - |
| HSV(B) | 328.42º | 0.38% | 0.78% | - |
| XYZ | 36.77 | 28.53 | 37.75 | - |
| YUV | 149.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 162 | 0 | 0.38 | 0.18 | 0.22 | 328.42 | 0.4 | 0.63 |
| Hex | C6 | 7A | A2 | 0 | 26 | 12 | 16 | 148 | 28 | 3F |
| Octal | 306 | 172 | 242 | 0 | 46 | 22 | 26 | 510 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10100010 | 0 | 100110 | 10010 | 10110 | 101001000 | 101000 | 111111 |
Color Harmonies of #C67AA2
Complementary color
Monochromatic Colors of #C67AA2
Black with #C67AA2
Text Example
Text Example
White with #C67AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AA2; }
p { color: rgb(198,122,162); }
H1.HeaderClassName
{
color: #C67AA2;
}
.AnyTagClassName
{
color: #C67AA2;
}
</style>
background-color css
<style>
a { background-color: #C67AA2; }
a { background-color: rgb(198,122,162); }
div.DivClassName
{
background-color: #C67AA2;
}
.BgClassName
{
background-color: #C67AA2;
}
</style>
border-color css
<style>
span { border-color: #C67AA2; }
span { border-color: rgb(198,122,162); }
td.TdClassName
{
border-color: #C67AA2;
}
.TagClassName
{
border-color: #C67AA2;
}
</style>