Shades of Hopbush #C068A6
Tints of Hopbush #C068A6
RGB
CMYK
RGB Variations
Color information
#C068A6 (or 0xC068A6) is known color: Hopbush. HEX triplet: C0, 68 and A6. RGB value is (192,104,166). Sum of RGB (Red+Green+Blue) = 192+104+166=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C068A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068A6 is #3F9759. Grayscale: #898989. Windows color (decimal): -4167514 or 10905792. OLE color: 10905792.
HSL color Cylindrical-coordinate representation of color #C068A6: hue angle of 317.73º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C068A6 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 166 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.25 |
| HSL | 317.73º | 0.41% | 0.58% | - |
| HSV(B) | 317.73º | 0.46% | 0.75% | - |
| XYZ | 33.57 | 23.86 | 38.91 | - |
| YUV | 137.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 166 | 0 | 0.46 | 0.14 | 0.25 | 317.73 | 0.41 | 0.58 |
| Hex | C0 | 68 | A6 | 0 | 2E | E | 19 | 13E | 29 | 3A |
| Octal | 300 | 150 | 246 | 0 | 56 | 16 | 31 | 476 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10100110 | 0 | 101110 | 1110 | 11001 | 100111110 | 101001 | 111010 |
Color Harmonies of #C068A6
Complementary color
Monochromatic Colors of #C068A6
Black with #C068A6
Text Example
Text Example
White with #C068A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068A6; }
p { color: rgb(192,104,166); }
H1.HeaderClassName
{
color: #C068A6;
}
.AnyTagClassName
{
color: #C068A6;
}
</style>
background-color css
<style>
a { background-color: #C068A6; }
a { background-color: rgb(192,104,166); }
div.DivClassName
{
background-color: #C068A6;
}
.BgClassName
{
background-color: #C068A6;
}
</style>
border-color css
<style>
span { border-color: #C068A6; }
span { border-color: rgb(192,104,166); }
td.TdClassName
{
border-color: #C068A6;
}
.TagClassName
{
border-color: #C068A6;
}
</style>