Shades of Hopbush #C06E8C
Tints of Hopbush #C06E8C
RGB
CMYK
RGB Variations
Color information
#C06E8C (or 0xC06E8C) is known color: Hopbush. HEX triplet: C0, 6E and 8C. RGB value is (192,110,140). Sum of RGB (Red+Green+Blue) = 192+110+140=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E8C is #3F9173. Grayscale: #898989. Windows color (decimal): -4166004 or 9203392. OLE color: 9203392.
HSL color Cylindrical-coordinate representation of color #C06E8C: hue angle of 338.05º 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 #C06E8C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 140 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.25 |
| HSL | 338.05º | 0.39% | 0.59% | - |
| HSV(B) | 338.05º | 0.43% | 0.75% | - |
| XYZ | 32.05 | 24.25 | 27.8 | - |
| YUV | 137.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 140 | 0 | 0.43 | 0.27 | 0.25 | 338.05 | 0.39 | 0.59 |
| Hex | C0 | 6E | 8C | 0 | 2B | 1B | 19 | 152 | 27 | 3B |
| Octal | 300 | 156 | 214 | 0 | 53 | 33 | 31 | 522 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10001100 | 0 | 101011 | 11011 | 11001 | 101010010 | 100111 | 111011 |
Color Harmonies of #C06E8C
Complementary color
Monochromatic Colors of #C06E8C
Black with #C06E8C
Text Example
Text Example
White with #C06E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E8C; }
p { color: rgb(192,110,140); }
H1.HeaderClassName
{
color: #C06E8C;
}
.AnyTagClassName
{
color: #C06E8C;
}
</style>
background-color css
<style>
a { background-color: #C06E8C; }
a { background-color: rgb(192,110,140); }
div.DivClassName
{
background-color: #C06E8C;
}
.BgClassName
{
background-color: #C06E8C;
}
</style>
border-color css
<style>
span { border-color: #C06E8C; }
span { border-color: rgb(192,110,140); }
td.TdClassName
{
border-color: #C06E8C;
}
.TagClassName
{
border-color: #C06E8C;
}
</style>