Shades of Hopbush #C06C96
Tints of Hopbush #C06C96
RGB
CMYK
RGB Variations
Color information
#C06C96 (or 0xC06C96) is known color: Hopbush. HEX triplet: C0, 6C and 96. RGB value is (192,108,150). Sum of RGB (Red+Green+Blue) = 192+108+150=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C96 is #3F9369. Grayscale: #898989. Windows color (decimal): -4166506 or 9858240. OLE color: 9858240.
HSL color Cylindrical-coordinate representation of color #C06C96: hue angle of 330º 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 #C06C96 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 150 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.25 |
| HSL | 330º | 0.4% | 0.59% | - |
| HSV(B) | 330º | 0.44% | 0.75% | - |
| XYZ | 32.61 | 24.13 | 31.79 | - |
| YUV | 137.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 150 | 0 | 0.44 | 0.22 | 0.25 | 330 | 0.4 | 0.59 |
| Hex | C0 | 6C | 96 | 0 | 2C | 16 | 19 | 14A | 28 | 3B |
| Octal | 300 | 154 | 226 | 0 | 54 | 26 | 31 | 512 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10010110 | 0 | 101100 | 10110 | 11001 | 101001010 | 101000 | 111011 |
Color Harmonies of #C06C96
Complementary color
Monochromatic Colors of #C06C96
Black with #C06C96
Text Example
Text Example
White with #C06C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C96; }
p { color: rgb(192,108,150); }
H1.HeaderClassName
{
color: #C06C96;
}
.AnyTagClassName
{
color: #C06C96;
}
</style>
background-color css
<style>
a { background-color: #C06C96; }
a { background-color: rgb(192,108,150); }
div.DivClassName
{
background-color: #C06C96;
}
.BgClassName
{
background-color: #C06C96;
}
</style>
border-color css
<style>
span { border-color: #C06C96; }
span { border-color: rgb(192,108,150); }
td.TdClassName
{
border-color: #C06C96;
}
.TagClassName
{
border-color: #C06C96;
}
</style>