Shades of Hopbush #C065A6
Tints of Hopbush #C065A6
RGB
CMYK
RGB Variations
Color information
#C065A6 (or 0xC065A6) is known color: Hopbush. HEX triplet: C0, 65 and A6. RGB value is (192,101,166). Sum of RGB (Red+Green+Blue) = 192+101+166=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C065A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065A6 is #3F9A59. Grayscale: #878787. Windows color (decimal): -4168282 or 10905024. OLE color: 10905024.
HSL color Cylindrical-coordinate representation of color #C065A6: hue angle of 317.14º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065A6 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 166 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.25 |
| HSL | 317.14º | 0.42% | 0.57% | - |
| HSV(B) | 317.14º | 0.47% | 0.75% | - |
| XYZ | 33.27 | 23.27 | 38.81 | - |
| YUV | 135.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 166 | 0 | 0.47 | 0.14 | 0.25 | 317.14 | 0.42 | 0.57 |
| Hex | C0 | 65 | A6 | 0 | 2F | E | 19 | 13D | 2A | 39 |
| Octal | 300 | 145 | 246 | 0 | 57 | 16 | 31 | 475 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10100110 | 0 | 101111 | 1110 | 11001 | 100111101 | 101010 | 111001 |
Color Harmonies of #C065A6
Complementary color
Monochromatic Colors of #C065A6
Black with #C065A6
Text Example
Text Example
White with #C065A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065A6; }
p { color: rgb(192,101,166); }
H1.HeaderClassName
{
color: #C065A6;
}
.AnyTagClassName
{
color: #C065A6;
}
</style>
background-color css
<style>
a { background-color: #C065A6; }
a { background-color: rgb(192,101,166); }
div.DivClassName
{
background-color: #C065A6;
}
.BgClassName
{
background-color: #C065A6;
}
</style>
border-color css
<style>
span { border-color: #C065A6; }
span { border-color: rgb(192,101,166); }
td.TdClassName
{
border-color: #C065A6;
}
.TagClassName
{
border-color: #C065A6;
}
</style>