Shades of Hopbush #C069A6
Tints of Hopbush #C069A6
RGB
CMYK
RGB Variations
Color information
#C069A6 (or 0xC069A6) is known color: Hopbush. HEX triplet: C0, 69 and A6. RGB value is (192,105,166). Sum of RGB (Red+Green+Blue) = 192+105+166=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C069A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069A6 is #3F9659. Grayscale: #898989. Windows color (decimal): -4167258 or 10906048. OLE color: 10906048.
HSL color Cylindrical-coordinate representation of color #C069A6: hue angle of 317.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069A6 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 166 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.25 |
| HSL | 317.93º | 0.41% | 0.58% | - |
| HSV(B) | 317.93º | 0.45% | 0.75% | - |
| XYZ | 33.67 | 24.06 | 38.95 | - |
| YUV | 137.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 166 | 0 | 0.45 | 0.14 | 0.25 | 317.93 | 0.41 | 0.58 |
| Hex | C0 | 69 | A6 | 0 | 2D | E | 19 | 13E | 29 | 3A |
| Octal | 300 | 151 | 246 | 0 | 55 | 16 | 31 | 476 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10100110 | 0 | 101101 | 1110 | 11001 | 100111110 | 101001 | 111010 |
Color Harmonies of #C069A6
Complementary color
Monochromatic Colors of #C069A6
Black with #C069A6
Text Example
Text Example
White with #C069A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069A6; }
p { color: rgb(192,105,166); }
H1.HeaderClassName
{
color: #C069A6;
}
.AnyTagClassName
{
color: #C069A6;
}
</style>
background-color css
<style>
a { background-color: #C069A6; }
a { background-color: rgb(192,105,166); }
div.DivClassName
{
background-color: #C069A6;
}
.BgClassName
{
background-color: #C069A6;
}
</style>
border-color css
<style>
span { border-color: #C069A6; }
span { border-color: rgb(192,105,166); }
td.TdClassName
{
border-color: #C069A6;
}
.TagClassName
{
border-color: #C069A6;
}
</style>