Shades of Hopbush #C06AA4
Tints of Hopbush #C06AA4
RGB
CMYK
RGB Variations
Color information
#C06AA4 (or 0xC06AA4) is known color: Hopbush. HEX triplet: C0, 6A and A4. RGB value is (192,106,164). Sum of RGB (Red+Green+Blue) = 192+106+164=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AA4 is #3F955B. Grayscale: #8A8A8A. Windows color (decimal): -4167004 or 10775232. OLE color: 10775232.
HSL color Cylindrical-coordinate representation of color #C06AA4: hue angle of 319.53º 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 #C06AA4 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 164 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.25 |
| HSL | 319.53º | 0.41% | 0.58% | - |
| HSV(B) | 319.53º | 0.45% | 0.75% | - |
| XYZ | 33.59 | 24.19 | 38.02 | - |
| YUV | 138.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 164 | 0 | 0.45 | 0.15 | 0.25 | 319.53 | 0.41 | 0.58 |
| Hex | C0 | 6A | A4 | 0 | 2D | F | 19 | 140 | 29 | 3A |
| Octal | 300 | 152 | 244 | 0 | 55 | 17 | 31 | 500 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10100100 | 0 | 101101 | 1111 | 11001 | 101000000 | 101001 | 111010 |
Color Harmonies of #C06AA4
Complementary color
Monochromatic Colors of #C06AA4
Black with #C06AA4
Text Example
Text Example
White with #C06AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AA4; }
p { color: rgb(192,106,164); }
H1.HeaderClassName
{
color: #C06AA4;
}
.AnyTagClassName
{
color: #C06AA4;
}
</style>
background-color css
<style>
a { background-color: #C06AA4; }
a { background-color: rgb(192,106,164); }
div.DivClassName
{
background-color: #C06AA4;
}
.BgClassName
{
background-color: #C06AA4;
}
</style>
border-color css
<style>
span { border-color: #C06AA4; }
span { border-color: rgb(192,106,164); }
td.TdClassName
{
border-color: #C06AA4;
}
.TagClassName
{
border-color: #C06AA4;
}
</style>