Shades of Hopbush #C068A1
Tints of Hopbush #C068A1
RGB
CMYK
RGB Variations
Color information
#C068A1 (or 0xC068A1) is known color: Hopbush. HEX triplet: C0, 68 and A1. RGB value is (192,104,161). Sum of RGB (Red+Green+Blue) = 192+104+161=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C068A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068A1 is #3F975E. Grayscale: #888888. Windows color (decimal): -4167519 or 10578112. OLE color: 10578112.
HSL color Cylindrical-coordinate representation of color #C068A1: hue angle of 321.14º 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 #C068A1 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 161 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.25 |
| HSL | 321.14º | 0.41% | 0.58% | - |
| HSV(B) | 321.14º | 0.46% | 0.75% | - |
| XYZ | 33.12 | 23.68 | 36.54 | - |
| YUV | 136.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 161 | 0 | 0.46 | 0.16 | 0.25 | 321.14 | 0.41 | 0.58 |
| Hex | C0 | 68 | A1 | 0 | 2E | 10 | 19 | 141 | 29 | 3A |
| Octal | 300 | 150 | 241 | 0 | 56 | 20 | 31 | 501 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10100001 | 0 | 101110 | 10000 | 11001 | 101000001 | 101001 | 111010 |
Color Harmonies of #C068A1
Complementary color
Monochromatic Colors of #C068A1
Black with #C068A1
Text Example
Text Example
White with #C068A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068A1; }
p { color: rgb(192,104,161); }
H1.HeaderClassName
{
color: #C068A1;
}
.AnyTagClassName
{
color: #C068A1;
}
</style>
background-color css
<style>
a { background-color: #C068A1; }
a { background-color: rgb(192,104,161); }
div.DivClassName
{
background-color: #C068A1;
}
.BgClassName
{
background-color: #C068A1;
}
</style>
border-color css
<style>
span { border-color: #C068A1; }
span { border-color: rgb(192,104,161); }
td.TdClassName
{
border-color: #C068A1;
}
.TagClassName
{
border-color: #C068A1;
}
</style>