Shades of Hopbush #C06E9B
Tints of Hopbush #C06E9B
RGB
CMYK
RGB Variations
Color information
#C06E9B (or 0xC06E9B) is known color: Hopbush. HEX triplet: C0, 6E and 9B. RGB value is (192,110,155). Sum of RGB (Red+Green+Blue) = 192+110+155=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E9B is #3F9164. Grayscale: #8B8B8B. Windows color (decimal): -4165989 or 10186432. OLE color: 10186432.
HSL color Cylindrical-coordinate representation of color #C06E9B: hue angle of 327.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E9B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 155 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.25 |
| HSL | 327.07º | 0.39% | 0.59% | - |
| HSV(B) | 327.07º | 0.43% | 0.75% | - |
| XYZ | 33.23 | 24.72 | 34.03 | - |
| YUV | 139.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 155 | 0 | 0.43 | 0.19 | 0.25 | 327.07 | 0.39 | 0.59 |
| Hex | C0 | 6E | 9B | 0 | 2B | 13 | 19 | 147 | 27 | 3B |
| Octal | 300 | 156 | 233 | 0 | 53 | 23 | 31 | 507 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10011011 | 0 | 101011 | 10011 | 11001 | 101000111 | 100111 | 111011 |
Color Harmonies of #C06E9B
Complementary color
Monochromatic Colors of #C06E9B
Black with #C06E9B
Text Example
Text Example
White with #C06E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E9B; }
p { color: rgb(192,110,155); }
H1.HeaderClassName
{
color: #C06E9B;
}
.AnyTagClassName
{
color: #C06E9B;
}
</style>
background-color css
<style>
a { background-color: #C06E9B; }
a { background-color: rgb(192,110,155); }
div.DivClassName
{
background-color: #C06E9B;
}
.BgClassName
{
background-color: #C06E9B;
}
</style>
border-color css
<style>
span { border-color: #C06E9B; }
span { border-color: rgb(192,110,155); }
td.TdClassName
{
border-color: #C06E9B;
}
.TagClassName
{
border-color: #C06E9B;
}
</style>