Shades of Hopbush #C067A7
Tints of Hopbush #C067A7
RGB
CMYK
RGB Variations
Color information
#C067A7 (or 0xC067A7) is known color: Hopbush. HEX triplet: C0, 67 and A7. RGB value is (192,103,167). Sum of RGB (Red+Green+Blue) = 192+103+167=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C067A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067A7 is #3F9858. Grayscale: #888888. Windows color (decimal): -4167769 or 10971072. OLE color: 10971072.
HSL color Cylindrical-coordinate representation of color #C067A7: hue angle of 316.85º 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 #C067A7 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 167 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.25 |
| HSL | 316.85º | 0.41% | 0.58% | - |
| HSV(B) | 316.85º | 0.46% | 0.75% | - |
| XYZ | 33.56 | 23.7 | 39.36 | - |
| YUV | 136.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 167 | 0 | 0.46 | 0.13 | 0.25 | 316.85 | 0.41 | 0.58 |
| Hex | C0 | 67 | A7 | 0 | 2E | D | 19 | 13D | 29 | 3A |
| Octal | 300 | 147 | 247 | 0 | 56 | 15 | 31 | 475 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10100111 | 0 | 101110 | 1101 | 11001 | 100111101 | 101001 | 111010 |
Color Harmonies of #C067A7
Complementary color
Monochromatic Colors of #C067A7
Black with #C067A7
Text Example
Text Example
White with #C067A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067A7; }
p { color: rgb(192,103,167); }
H1.HeaderClassName
{
color: #C067A7;
}
.AnyTagClassName
{
color: #C067A7;
}
</style>
background-color css
<style>
a { background-color: #C067A7; }
a { background-color: rgb(192,103,167); }
div.DivClassName
{
background-color: #C067A7;
}
.BgClassName
{
background-color: #C067A7;
}
</style>
border-color css
<style>
span { border-color: #C067A7; }
span { border-color: rgb(192,103,167); }
td.TdClassName
{
border-color: #C067A7;
}
.TagClassName
{
border-color: #C067A7;
}
</style>