Shades of Hopbush #C06C8F
Tints of Hopbush #C06C8F
RGB
CMYK
RGB Variations
Color information
#C06C8F (or 0xC06C8F) is known color: Hopbush. HEX triplet: C0, 6C and 8F. RGB value is (192,108,143). Sum of RGB (Red+Green+Blue) = 192+108+143=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C8F is #3F9370. Grayscale: #898989. Windows color (decimal): -4166513 or 9399488. OLE color: 9399488.
HSL color Cylindrical-coordinate representation of color #C06C8F: hue angle of 335º 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 #C06C8F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 143 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.25 |
| HSL | 335º | 0.4% | 0.59% | - |
| HSV(B) | 335º | 0.44% | 0.75% | - |
| XYZ | 32.06 | 23.91 | 28.91 | - |
| YUV | 137.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 143 | 0 | 0.44 | 0.26 | 0.25 | 335 | 0.4 | 0.59 |
| Hex | C0 | 6C | 8F | 0 | 2C | 1A | 19 | 14F | 28 | 3B |
| Octal | 300 | 154 | 217 | 0 | 54 | 32 | 31 | 517 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10001111 | 0 | 101100 | 11010 | 11001 | 101001111 | 101000 | 111011 |
Color Harmonies of #C06C8F
Complementary color
Monochromatic Colors of #C06C8F
Black with #C06C8F
Text Example
Text Example
White with #C06C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C8F; }
p { color: rgb(192,108,143); }
H1.HeaderClassName
{
color: #C06C8F;
}
.AnyTagClassName
{
color: #C06C8F;
}
</style>
background-color css
<style>
a { background-color: #C06C8F; }
a { background-color: rgb(192,108,143); }
div.DivClassName
{
background-color: #C06C8F;
}
.BgClassName
{
background-color: #C06C8F;
}
</style>
border-color css
<style>
span { border-color: #C06C8F; }
span { border-color: rgb(192,108,143); }
td.TdClassName
{
border-color: #C06C8F;
}
.TagClassName
{
border-color: #C06C8F;
}
</style>