Shades of Hopbush #C06AA3
Tints of Hopbush #C06AA3
RGB
CMYK
RGB Variations
Color information
#C06AA3 (or 0xC06AA3) is known color: Hopbush. HEX triplet: C0, 6A and A3. RGB value is (192,106,163). Sum of RGB (Red+Green+Blue) = 192+106+163=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AA3 is #3F955C. Grayscale: #8A8A8A. Windows color (decimal): -4167005 or 10709696. OLE color: 10709696.
HSL color Cylindrical-coordinate representation of color #C06AA3: hue angle of 320.23º 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 #C06AA3 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 163 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.25 |
| HSL | 320.23º | 0.41% | 0.58% | - |
| HSV(B) | 320.23º | 0.45% | 0.75% | - |
| XYZ | 33.5 | 24.16 | 37.55 | - |
| YUV | 138.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 163 | 0 | 0.45 | 0.15 | 0.25 | 320.23 | 0.41 | 0.58 |
| Hex | C0 | 6A | A3 | 0 | 2D | F | 19 | 140 | 29 | 3A |
| Octal | 300 | 152 | 243 | 0 | 55 | 17 | 31 | 500 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10100011 | 0 | 101101 | 1111 | 11001 | 101000000 | 101001 | 111010 |
Color Harmonies of #C06AA3
Complementary color
Monochromatic Colors of #C06AA3
Black with #C06AA3
Text Example
Text Example
White with #C06AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AA3; }
p { color: rgb(192,106,163); }
H1.HeaderClassName
{
color: #C06AA3;
}
.AnyTagClassName
{
color: #C06AA3;
}
</style>
background-color css
<style>
a { background-color: #C06AA3; }
a { background-color: rgb(192,106,163); }
div.DivClassName
{
background-color: #C06AA3;
}
.BgClassName
{
background-color: #C06AA3;
}
</style>
border-color css
<style>
span { border-color: #C06AA3; }
span { border-color: rgb(192,106,163); }
td.TdClassName
{
border-color: #C06AA3;
}
.TagClassName
{
border-color: #C06AA3;
}
</style>