Shades of Hopbush #C06CA0
Tints of Hopbush #C06CA0
RGB
CMYK
RGB Variations
Color information
#C06CA0 (or 0xC06CA0) is known color: Hopbush. HEX triplet: C0, 6C and A0. RGB value is (192,108,160). Sum of RGB (Red+Green+Blue) = 192+108+160=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CA0 is #3F935F. Grayscale: #8A8A8A. Windows color (decimal): -4166496 or 10513600. OLE color: 10513600.
HSL color Cylindrical-coordinate representation of color #C06CA0: hue angle of 322.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CA0 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 160 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.25 |
| HSL | 322.86º | 0.4% | 0.59% | - |
| HSV(B) | 322.86º | 0.44% | 0.75% | - |
| XYZ | 33.45 | 24.47 | 36.22 | - |
| YUV | 139.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 160 | 0 | 0.44 | 0.17 | 0.25 | 322.86 | 0.4 | 0.59 |
| Hex | C0 | 6C | A0 | 0 | 2C | 11 | 19 | 143 | 28 | 3B |
| Octal | 300 | 154 | 240 | 0 | 54 | 21 | 31 | 503 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10100000 | 0 | 101100 | 10001 | 11001 | 101000011 | 101000 | 111011 |
Color Harmonies of #C06CA0
Complementary color
Monochromatic Colors of #C06CA0
Black with #C06CA0
Text Example
Text Example
White with #C06CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CA0; }
p { color: rgb(192,108,160); }
H1.HeaderClassName
{
color: #C06CA0;
}
.AnyTagClassName
{
color: #C06CA0;
}
</style>
background-color css
<style>
a { background-color: #C06CA0; }
a { background-color: rgb(192,108,160); }
div.DivClassName
{
background-color: #C06CA0;
}
.BgClassName
{
background-color: #C06CA0;
}
</style>
border-color css
<style>
span { border-color: #C06CA0; }
span { border-color: rgb(192,108,160); }
td.TdClassName
{
border-color: #C06CA0;
}
.TagClassName
{
border-color: #C06CA0;
}
</style>