Shades of Hopbush #C06B8C
Tints of Hopbush #C06B8C
RGB
CMYK
RGB Variations
Color information
#C06B8C (or 0xC06B8C) is known color: Hopbush. HEX triplet: C0, 6B and 8C. RGB value is (192,107,140). Sum of RGB (Red+Green+Blue) = 192+107+140=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B8C is #3F9473. Grayscale: #888888. Windows color (decimal): -4166772 or 9202624. OLE color: 9202624.
HSL color Cylindrical-coordinate representation of color #C06B8C: hue angle of 336.71º 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 #C06B8C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 140 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.25 |
| HSL | 336.71º | 0.4% | 0.59% | - |
| HSV(B) | 336.71º | 0.44% | 0.75% | - |
| XYZ | 31.73 | 23.62 | 27.7 | - |
| YUV | 136.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 140 | 0 | 0.44 | 0.27 | 0.25 | 336.71 | 0.4 | 0.59 |
| Hex | C0 | 6B | 8C | 0 | 2C | 1B | 19 | 151 | 28 | 3B |
| Octal | 300 | 153 | 214 | 0 | 54 | 33 | 31 | 521 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10001100 | 0 | 101100 | 11011 | 11001 | 101010001 | 101000 | 111011 |
Color Harmonies of #C06B8C
Complementary color
Monochromatic Colors of #C06B8C
Black with #C06B8C
Text Example
Text Example
White with #C06B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B8C; }
p { color: rgb(192,107,140); }
H1.HeaderClassName
{
color: #C06B8C;
}
.AnyTagClassName
{
color: #C06B8C;
}
</style>
background-color css
<style>
a { background-color: #C06B8C; }
a { background-color: rgb(192,107,140); }
div.DivClassName
{
background-color: #C06B8C;
}
.BgClassName
{
background-color: #C06B8C;
}
</style>
border-color css
<style>
span { border-color: #C06B8C; }
span { border-color: rgb(192,107,140); }
td.TdClassName
{
border-color: #C06B8C;
}
.TagClassName
{
border-color: #C06B8C;
}
</style>