Shades of Hopbush #C067A1
Tints of Hopbush #C067A1
RGB
CMYK
RGB Variations
Color information
#C067A1 (or 0xC067A1) is known color: Hopbush. HEX triplet: C0, 67 and A1. RGB value is (192,103,161). Sum of RGB (Red+Green+Blue) = 192+103+161=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C067A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067A1 is #3F985E. Grayscale: #888888. Windows color (decimal): -4167775 or 10577856. OLE color: 10577856.
HSL color Cylindrical-coordinate representation of color #C067A1: hue angle of 320.9º 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 #C067A1 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 161 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.25 |
| HSL | 320.9º | 0.41% | 0.58% | - |
| HSV(B) | 320.9º | 0.46% | 0.75% | - |
| XYZ | 33.02 | 23.48 | 36.51 | - |
| YUV | 136.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 161 | 0 | 0.46 | 0.16 | 0.25 | 320.9 | 0.41 | 0.58 |
| Hex | C0 | 67 | A1 | 0 | 2E | 10 | 19 | 141 | 29 | 3A |
| Octal | 300 | 147 | 241 | 0 | 56 | 20 | 31 | 501 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10100001 | 0 | 101110 | 10000 | 11001 | 101000001 | 101001 | 111010 |
Color Harmonies of #C067A1
Complementary color
Monochromatic Colors of #C067A1
Black with #C067A1
Text Example
Text Example
White with #C067A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067A1; }
p { color: rgb(192,103,161); }
H1.HeaderClassName
{
color: #C067A1;
}
.AnyTagClassName
{
color: #C067A1;
}
</style>
background-color css
<style>
a { background-color: #C067A1; }
a { background-color: rgb(192,103,161); }
div.DivClassName
{
background-color: #C067A1;
}
.BgClassName
{
background-color: #C067A1;
}
</style>
border-color css
<style>
span { border-color: #C067A1; }
span { border-color: rgb(192,103,161); }
td.TdClassName
{
border-color: #C067A1;
}
.TagClassName
{
border-color: #C067A1;
}
</style>