Shades of Hopbush #C06F9B
Tints of Hopbush #C06F9B
RGB
CMYK
RGB Variations
Color information
#C06F9B (or 0xC06F9B) is known color: Hopbush. HEX triplet: C0, 6F and 9B. RGB value is (192,111,155). Sum of RGB (Red+Green+Blue) = 192+111+155=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F9B is #3F9064. Grayscale: #8C8C8C. Windows color (decimal): -4165733 or 10186688. OLE color: 10186688.
HSL color Cylindrical-coordinate representation of color #C06F9B: hue angle of 327.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06F9B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 155 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.25 |
| HSL | 327.41º | 0.39% | 0.59% | - |
| HSV(B) | 327.41º | 0.42% | 0.75% | - |
| XYZ | 33.34 | 24.94 | 34.07 | - |
| YUV | 140.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 155 | 0 | 0.42 | 0.19 | 0.25 | 327.41 | 0.39 | 0.59 |
| Hex | C0 | 6F | 9B | 0 | 2A | 13 | 19 | 147 | 27 | 3B |
| Octal | 300 | 157 | 233 | 0 | 52 | 23 | 31 | 507 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10011011 | 0 | 101010 | 10011 | 11001 | 101000111 | 100111 | 111011 |
Color Harmonies of #C06F9B
Complementary color
Monochromatic Colors of #C06F9B
Black with #C06F9B
Text Example
Text Example
White with #C06F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F9B; }
p { color: rgb(192,111,155); }
H1.HeaderClassName
{
color: #C06F9B;
}
.AnyTagClassName
{
color: #C06F9B;
}
</style>
background-color css
<style>
a { background-color: #C06F9B; }
a { background-color: rgb(192,111,155); }
div.DivClassName
{
background-color: #C06F9B;
}
.BgClassName
{
background-color: #C06F9B;
}
</style>
border-color css
<style>
span { border-color: #C06F9B; }
span { border-color: rgb(192,111,155); }
td.TdClassName
{
border-color: #C06F9B;
}
.TagClassName
{
border-color: #C06F9B;
}
</style>