Shades of Hopbush #C06D9B
Tints of Hopbush #C06D9B
RGB
CMYK
RGB Variations
Color information
#C06D9B (or 0xC06D9B) is known color: Hopbush. HEX triplet: C0, 6D and 9B. RGB value is (192,109,155). Sum of RGB (Red+Green+Blue) = 192+109+155=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D9B is #3F9264. Grayscale: #8A8A8A. Windows color (decimal): -4166245 or 10186176. OLE color: 10186176.
HSL color Cylindrical-coordinate representation of color #C06D9B: hue angle of 326.75º degrees, saturation: 0.4, 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 #C06D9B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 155 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.25 |
| HSL | 326.75º | 0.4% | 0.59% | - |
| HSV(B) | 326.75º | 0.43% | 0.75% | - |
| XYZ | 33.12 | 24.51 | 34 | - |
| YUV | 139.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 155 | 0 | 0.43 | 0.19 | 0.25 | 326.75 | 0.4 | 0.59 |
| Hex | C0 | 6D | 9B | 0 | 2B | 13 | 19 | 147 | 28 | 3B |
| Octal | 300 | 155 | 233 | 0 | 53 | 23 | 31 | 507 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10011011 | 0 | 101011 | 10011 | 11001 | 101000111 | 101000 | 111011 |
Color Harmonies of #C06D9B
Complementary color
Monochromatic Colors of #C06D9B
Black with #C06D9B
Text Example
Text Example
White with #C06D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D9B; }
p { color: rgb(192,109,155); }
H1.HeaderClassName
{
color: #C06D9B;
}
.AnyTagClassName
{
color: #C06D9B;
}
</style>
background-color css
<style>
a { background-color: #C06D9B; }
a { background-color: rgb(192,109,155); }
div.DivClassName
{
background-color: #C06D9B;
}
.BgClassName
{
background-color: #C06D9B;
}
</style>
border-color css
<style>
span { border-color: #C06D9B; }
span { border-color: rgb(192,109,155); }
td.TdClassName
{
border-color: #C06D9B;
}
.TagClassName
{
border-color: #C06D9B;
}
</style>