Shades of Hopbush #C06C9F
Tints of Hopbush #C06C9F
RGB
CMYK
RGB Variations
Color information
#C06C9F (or 0xC06C9F) is known color: Hopbush. HEX triplet: C0, 6C and 9F. RGB value is (192,108,159). Sum of RGB (Red+Green+Blue) = 192+108+159=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C9F is #3F9360. Grayscale: #8A8A8A. Windows color (decimal): -4166497 or 10448064. OLE color: 10448064.
HSL color Cylindrical-coordinate representation of color #C06C9F: hue angle of 323.57º 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 #C06C9F is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 159 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.25 |
| HSL | 323.57º | 0.4% | 0.59% | - |
| HSV(B) | 323.57º | 0.44% | 0.75% | - |
| XYZ | 33.36 | 24.43 | 35.76 | - |
| YUV | 138.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 159 | 0 | 0.44 | 0.17 | 0.25 | 323.57 | 0.4 | 0.59 |
| Hex | C0 | 6C | 9F | 0 | 2C | 11 | 19 | 144 | 28 | 3B |
| Octal | 300 | 154 | 237 | 0 | 54 | 21 | 31 | 504 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10011111 | 0 | 101100 | 10001 | 11001 | 101000100 | 101000 | 111011 |
Color Harmonies of #C06C9F
Complementary color
Monochromatic Colors of #C06C9F
Black with #C06C9F
Text Example
Text Example
White with #C06C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C9F; }
p { color: rgb(192,108,159); }
H1.HeaderClassName
{
color: #C06C9F;
}
.AnyTagClassName
{
color: #C06C9F;
}
</style>
background-color css
<style>
a { background-color: #C06C9F; }
a { background-color: rgb(192,108,159); }
div.DivClassName
{
background-color: #C06C9F;
}
.BgClassName
{
background-color: #C06C9F;
}
</style>
border-color css
<style>
span { border-color: #C06C9F; }
span { border-color: rgb(192,108,159); }
td.TdClassName
{
border-color: #C06C9F;
}
.TagClassName
{
border-color: #C06C9F;
}
</style>