Shades of Hopbush #C06AA2
Tints of Hopbush #C06AA2
RGB
CMYK
RGB Variations
Color information
#C06AA2 (or 0xC06AA2) is known color: Hopbush. HEX triplet: C0, 6A and A2. RGB value is (192,106,162). Sum of RGB (Red+Green+Blue) = 192+106+162=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AA2 is #3F955D. Grayscale: #898989. Windows color (decimal): -4167006 or 10644160. OLE color: 10644160.
HSL color Cylindrical-coordinate representation of color #C06AA2: hue angle of 320.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06AA2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 162 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.25 |
| HSL | 320.93º | 0.41% | 0.58% | - |
| HSV(B) | 320.93º | 0.45% | 0.75% | - |
| XYZ | 33.41 | 24.12 | 37.08 | - |
| YUV | 138.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 162 | 0 | 0.45 | 0.16 | 0.25 | 320.93 | 0.41 | 0.58 |
| Hex | C0 | 6A | A2 | 0 | 2D | 10 | 19 | 141 | 29 | 3A |
| Octal | 300 | 152 | 242 | 0 | 55 | 20 | 31 | 501 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10100010 | 0 | 101101 | 10000 | 11001 | 101000001 | 101001 | 111010 |
Color Harmonies of #C06AA2
Complementary color
Monochromatic Colors of #C06AA2
Black with #C06AA2
Text Example
Text Example
White with #C06AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AA2; }
p { color: rgb(192,106,162); }
H1.HeaderClassName
{
color: #C06AA2;
}
.AnyTagClassName
{
color: #C06AA2;
}
</style>
background-color css
<style>
a { background-color: #C06AA2; }
a { background-color: rgb(192,106,162); }
div.DivClassName
{
background-color: #C06AA2;
}
.BgClassName
{
background-color: #C06AA2;
}
</style>
border-color css
<style>
span { border-color: #C06AA2; }
span { border-color: rgb(192,106,162); }
td.TdClassName
{
border-color: #C06AA2;
}
.TagClassName
{
border-color: #C06AA2;
}
</style>