Shades of Hopbush #C06C9C
Tints of Hopbush #C06C9C
RGB
CMYK
RGB Variations
Color information
#C06C9C (or 0xC06C9C) is known color: Hopbush. HEX triplet: C0, 6C and 9C. RGB value is (192,108,156). Sum of RGB (Red+Green+Blue) = 192+108+156=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C9C is #3F9363. Grayscale: #8A8A8A. Windows color (decimal): -4166500 or 10251456. OLE color: 10251456.
HSL color Cylindrical-coordinate representation of color #C06C9C: hue angle of 325.71º 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 #C06C9C is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 156 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.25 |
| HSL | 325.71º | 0.4% | 0.59% | - |
| HSV(B) | 325.71º | 0.44% | 0.75% | - |
| XYZ | 33.1 | 24.33 | 34.4 | - |
| YUV | 138.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 156 | 0 | 0.44 | 0.19 | 0.25 | 325.71 | 0.4 | 0.59 |
| Hex | C0 | 6C | 9C | 0 | 2C | 13 | 19 | 146 | 28 | 3B |
| Octal | 300 | 154 | 234 | 0 | 54 | 23 | 31 | 506 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10011100 | 0 | 101100 | 10011 | 11001 | 101000110 | 101000 | 111011 |
Color Harmonies of #C06C9C
Complementary color
Monochromatic Colors of #C06C9C
Black with #C06C9C
Text Example
Text Example
White with #C06C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C9C; }
p { color: rgb(192,108,156); }
H1.HeaderClassName
{
color: #C06C9C;
}
.AnyTagClassName
{
color: #C06C9C;
}
</style>
background-color css
<style>
a { background-color: #C06C9C; }
a { background-color: rgb(192,108,156); }
div.DivClassName
{
background-color: #C06C9C;
}
.BgClassName
{
background-color: #C06C9C;
}
</style>
border-color css
<style>
span { border-color: #C06C9C; }
span { border-color: rgb(192,108,156); }
td.TdClassName
{
border-color: #C06C9C;
}
.TagClassName
{
border-color: #C06C9C;
}
</style>