Shades of Hopbush #C068A7
Tints of Hopbush #C068A7
RGB
CMYK
RGB Variations
Color information
#C068A7 (or 0xC068A7) is known color: Hopbush. HEX triplet: C0, 68 and A7. RGB value is (192,104,167). Sum of RGB (Red+Green+Blue) = 192+104+167=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C068A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068A7 is #3F9758. Grayscale: #898989. Windows color (decimal): -4167513 or 10971328. OLE color: 10971328.
HSL color Cylindrical-coordinate representation of color #C068A7: hue angle of 317.05º 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 #C068A7 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 167 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.25 |
| HSL | 317.05º | 0.41% | 0.58% | - |
| HSV(B) | 317.05º | 0.46% | 0.75% | - |
| XYZ | 33.66 | 23.9 | 39.4 | - |
| YUV | 137.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 167 | 0 | 0.46 | 0.13 | 0.25 | 317.05 | 0.41 | 0.58 |
| Hex | C0 | 68 | A7 | 0 | 2E | D | 19 | 13D | 29 | 3A |
| Octal | 300 | 150 | 247 | 0 | 56 | 15 | 31 | 475 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10100111 | 0 | 101110 | 1101 | 11001 | 100111101 | 101001 | 111010 |
Color Harmonies of #C068A7
Complementary color
Monochromatic Colors of #C068A7
Black with #C068A7
Text Example
Text Example
White with #C068A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068A7; }
p { color: rgb(192,104,167); }
H1.HeaderClassName
{
color: #C068A7;
}
.AnyTagClassName
{
color: #C068A7;
}
</style>
background-color css
<style>
a { background-color: #C068A7; }
a { background-color: rgb(192,104,167); }
div.DivClassName
{
background-color: #C068A7;
}
.BgClassName
{
background-color: #C068A7;
}
</style>
border-color css
<style>
span { border-color: #C068A7; }
span { border-color: rgb(192,104,167); }
td.TdClassName
{
border-color: #C068A7;
}
.TagClassName
{
border-color: #C068A7;
}
</style>