Shades of Hopbush #C06FA2
Tints of Hopbush #C06FA2
RGB
CMYK
RGB Variations
Color information
#C06FA2 (or 0xC06FA2) is known color: Hopbush. HEX triplet: C0, 6F and A2. RGB value is (192,111,162). Sum of RGB (Red+Green+Blue) = 192+111+162=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FA2 is #3F905D. Grayscale: #8C8C8C. Windows color (decimal): -4165726 or 10645440. OLE color: 10645440.
HSL color Cylindrical-coordinate representation of color #C06FA2: hue angle of 322.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FA2 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 162 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.25 |
| HSL | 322.22º | 0.39% | 0.59% | - |
| HSV(B) | 322.22º | 0.42% | 0.75% | - |
| XYZ | 33.94 | 25.18 | 37.25 | - |
| YUV | 141.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 162 | 0 | 0.42 | 0.16 | 0.25 | 322.22 | 0.39 | 0.59 |
| Hex | C0 | 6F | A2 | 0 | 2A | 10 | 19 | 142 | 27 | 3B |
| Octal | 300 | 157 | 242 | 0 | 52 | 20 | 31 | 502 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10100010 | 0 | 101010 | 10000 | 11001 | 101000010 | 100111 | 111011 |
Color Harmonies of #C06FA2
Complementary color
Monochromatic Colors of #C06FA2
Black with #C06FA2
Text Example
Text Example
White with #C06FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FA2; }
p { color: rgb(192,111,162); }
H1.HeaderClassName
{
color: #C06FA2;
}
.AnyTagClassName
{
color: #C06FA2;
}
</style>
background-color css
<style>
a { background-color: #C06FA2; }
a { background-color: rgb(192,111,162); }
div.DivClassName
{
background-color: #C06FA2;
}
.BgClassName
{
background-color: #C06FA2;
}
</style>
border-color css
<style>
span { border-color: #C06FA2; }
span { border-color: rgb(192,111,162); }
td.TdClassName
{
border-color: #C06FA2;
}
.TagClassName
{
border-color: #C06FA2;
}
</style>