Shades of Hopbush #C067A8
Tints of Hopbush #C067A8
RGB
CMYK
RGB Variations
Color information
#C067A8 (or 0xC067A8) is known color: Hopbush. HEX triplet: C0, 67 and A8. RGB value is (192,103,168). Sum of RGB (Red+Green+Blue) = 192+103+168=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C067A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067A8 is #3F9857. Grayscale: #888888. Windows color (decimal): -4167768 or 11036608. OLE color: 11036608.
HSL color Cylindrical-coordinate representation of color #C067A8: hue angle of 316.18º 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 #C067A8 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 168 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.25 |
| HSL | 316.18º | 0.41% | 0.58% | - |
| HSV(B) | 316.18º | 0.46% | 0.75% | - |
| XYZ | 33.66 | 23.73 | 39.85 | - |
| YUV | 137.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 168 | 0 | 0.46 | 0.12 | 0.25 | 316.18 | 0.41 | 0.58 |
| Hex | C0 | 67 | A8 | 0 | 2E | C | 19 | 13C | 29 | 3A |
| Octal | 300 | 147 | 250 | 0 | 56 | 14 | 31 | 474 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10101000 | 0 | 101110 | 1100 | 11001 | 100111100 | 101001 | 111010 |
Color Harmonies of #C067A8
Complementary color
Monochromatic Colors of #C067A8
Black with #C067A8
Text Example
Text Example
White with #C067A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067A8; }
p { color: rgb(192,103,168); }
H1.HeaderClassName
{
color: #C067A8;
}
.AnyTagClassName
{
color: #C067A8;
}
</style>
background-color css
<style>
a { background-color: #C067A8; }
a { background-color: rgb(192,103,168); }
div.DivClassName
{
background-color: #C067A8;
}
.BgClassName
{
background-color: #C067A8;
}
</style>
border-color css
<style>
span { border-color: #C067A8; }
span { border-color: rgb(192,103,168); }
td.TdClassName
{
border-color: #C067A8;
}
.TagClassName
{
border-color: #C067A8;
}
</style>