Shades of Hopbush #C069A0
Tints of Hopbush #C069A0
RGB
CMYK
RGB Variations
Color information
#C069A0 (or 0xC069A0) is known color: Hopbush. HEX triplet: C0, 69 and A0. RGB value is (192,105,160). Sum of RGB (Red+Green+Blue) = 192+105+160=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C069A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069A0 is #3F965F. Grayscale: #898989. Windows color (decimal): -4167264 or 10512832. OLE color: 10512832.
HSL color Cylindrical-coordinate representation of color #C069A0: hue angle of 322.07º 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 #C069A0 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 160 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.25 |
| HSL | 322.07º | 0.41% | 0.58% | - |
| HSV(B) | 322.07º | 0.45% | 0.75% | - |
| XYZ | 33.13 | 23.85 | 36.11 | - |
| YUV | 137.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 160 | 0 | 0.45 | 0.17 | 0.25 | 322.07 | 0.41 | 0.58 |
| Hex | C0 | 69 | A0 | 0 | 2D | 11 | 19 | 142 | 29 | 3A |
| Octal | 300 | 151 | 240 | 0 | 55 | 21 | 31 | 502 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10100000 | 0 | 101101 | 10001 | 11001 | 101000010 | 101001 | 111010 |
Color Harmonies of #C069A0
Complementary color
Monochromatic Colors of #C069A0
Black with #C069A0
Text Example
Text Example
White with #C069A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069A0; }
p { color: rgb(192,105,160); }
H1.HeaderClassName
{
color: #C069A0;
}
.AnyTagClassName
{
color: #C069A0;
}
</style>
background-color css
<style>
a { background-color: #C069A0; }
a { background-color: rgb(192,105,160); }
div.DivClassName
{
background-color: #C069A0;
}
.BgClassName
{
background-color: #C069A0;
}
</style>
border-color css
<style>
span { border-color: #C069A0; }
span { border-color: rgb(192,105,160); }
td.TdClassName
{
border-color: #C069A0;
}
.TagClassName
{
border-color: #C069A0;
}
</style>