Shades of Hopbush #C06B8E
Tints of Hopbush #C06B8E
RGB
CMYK
RGB Variations
Color information
#C06B8E (or 0xC06B8E) is known color: Hopbush. HEX triplet: C0, 6B and 8E. RGB value is (192,107,142). Sum of RGB (Red+Green+Blue) = 192+107+142=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B8E is #3F9471. Grayscale: #888888. Windows color (decimal): -4166770 or 9333696. OLE color: 9333696.
HSL color Cylindrical-coordinate representation of color #C06B8E: hue angle of 335.29º 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 #C06B8E is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 142 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.25 |
| HSL | 335.29º | 0.4% | 0.59% | - |
| HSV(B) | 335.29º | 0.44% | 0.75% | - |
| XYZ | 31.88 | 23.67 | 28.48 | - |
| YUV | 136.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 142 | 0 | 0.44 | 0.26 | 0.25 | 335.29 | 0.4 | 0.59 |
| Hex | C0 | 6B | 8E | 0 | 2C | 1A | 19 | 14F | 28 | 3B |
| Octal | 300 | 153 | 216 | 0 | 54 | 32 | 31 | 517 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10001110 | 0 | 101100 | 11010 | 11001 | 101001111 | 101000 | 111011 |
Color Harmonies of #C06B8E
Complementary color
Monochromatic Colors of #C06B8E
Black with #C06B8E
Text Example
Text Example
White with #C06B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B8E; }
p { color: rgb(192,107,142); }
H1.HeaderClassName
{
color: #C06B8E;
}
.AnyTagClassName
{
color: #C06B8E;
}
</style>
background-color css
<style>
a { background-color: #C06B8E; }
a { background-color: rgb(192,107,142); }
div.DivClassName
{
background-color: #C06B8E;
}
.BgClassName
{
background-color: #C06B8E;
}
</style>
border-color css
<style>
span { border-color: #C06B8E; }
span { border-color: rgb(192,107,142); }
td.TdClassName
{
border-color: #C06B8E;
}
.TagClassName
{
border-color: #C06B8E;
}
</style>