Shades of Hopbush #C06B90
Tints of Hopbush #C06B90
RGB
CMYK
RGB Variations
Color information
#C06B90 (or 0xC06B90) is known color: Hopbush. HEX triplet: C0, 6B and 90. RGB value is (192,107,144). Sum of RGB (Red+Green+Blue) = 192+107+144=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B90 is #3F946F. Grayscale: #888888. Windows color (decimal): -4166768 or 9464768. OLE color: 9464768.
HSL color Cylindrical-coordinate representation of color #C06B90: hue angle of 333.88º 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 #C06B90 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 144 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.25 |
| HSL | 333.88º | 0.4% | 0.59% | - |
| HSV(B) | 333.88º | 0.44% | 0.75% | - |
| XYZ | 32.03 | 23.74 | 29.28 | - |
| YUV | 136.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 144 | 0 | 0.44 | 0.25 | 0.25 | 333.88 | 0.4 | 0.59 |
| Hex | C0 | 6B | 90 | 0 | 2C | 19 | 19 | 14E | 28 | 3B |
| Octal | 300 | 153 | 220 | 0 | 54 | 31 | 31 | 516 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10010000 | 0 | 101100 | 11001 | 11001 | 101001110 | 101000 | 111011 |
Color Harmonies of #C06B90
Complementary color
Monochromatic Colors of #C06B90
Black with #C06B90
Text Example
Text Example
White with #C06B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B90; }
p { color: rgb(192,107,144); }
H1.HeaderClassName
{
color: #C06B90;
}
.AnyTagClassName
{
color: #C06B90;
}
</style>
background-color css
<style>
a { background-color: #C06B90; }
a { background-color: rgb(192,107,144); }
div.DivClassName
{
background-color: #C06B90;
}
.BgClassName
{
background-color: #C06B90;
}
</style>
border-color css
<style>
span { border-color: #C06B90; }
span { border-color: rgb(192,107,144); }
td.TdClassName
{
border-color: #C06B90;
}
.TagClassName
{
border-color: #C06B90;
}
</style>