Shades of Hopbush #C06FA6
Tints of Hopbush #C06FA6
RGB
CMYK
RGB Variations
Color information
#C06FA6 (or 0xC06FA6) is known color: Hopbush. HEX triplet: C0, 6F and A6. RGB value is (192,111,166). Sum of RGB (Red+Green+Blue) = 192+111+166=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FA6 is #3F9059. Grayscale: #8D8D8D. Windows color (decimal): -4165722 or 10907584. OLE color: 10907584.
HSL color Cylindrical-coordinate representation of color #C06FA6: hue angle of 319.26º 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 #C06FA6 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 166 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.25 |
| HSL | 319.26º | 0.39% | 0.59% | - |
| HSV(B) | 319.26º | 0.42% | 0.75% | - |
| XYZ | 34.31 | 25.33 | 39.16 | - |
| YUV | 141.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 166 | 0 | 0.42 | 0.14 | 0.25 | 319.26 | 0.39 | 0.59 |
| Hex | C0 | 6F | A6 | 0 | 2A | E | 19 | 13F | 27 | 3B |
| Octal | 300 | 157 | 246 | 0 | 52 | 16 | 31 | 477 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10100110 | 0 | 101010 | 1110 | 11001 | 100111111 | 100111 | 111011 |
Color Harmonies of #C06FA6
Complementary color
Monochromatic Colors of #C06FA6
Black with #C06FA6
Text Example
Text Example
White with #C06FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FA6; }
p { color: rgb(192,111,166); }
H1.HeaderClassName
{
color: #C06FA6;
}
.AnyTagClassName
{
color: #C06FA6;
}
</style>
background-color css
<style>
a { background-color: #C06FA6; }
a { background-color: rgb(192,111,166); }
div.DivClassName
{
background-color: #C06FA6;
}
.BgClassName
{
background-color: #C06FA6;
}
</style>
border-color css
<style>
span { border-color: #C06FA6; }
span { border-color: rgb(192,111,166); }
td.TdClassName
{
border-color: #C06FA6;
}
.TagClassName
{
border-color: #C06FA6;
}
</style>