Shades of Hopbush #C06B9A
Tints of Hopbush #C06B9A
RGB
CMYK
RGB Variations
Color information
#C06B9A (or 0xC06B9A) is known color: Hopbush. HEX triplet: C0, 6B and 9A. RGB value is (192,107,154). Sum of RGB (Red+Green+Blue) = 192+107+154=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B9A is #3F9465. Grayscale: #898989. Windows color (decimal): -4166758 or 10120128. OLE color: 10120128.
HSL color Cylindrical-coordinate representation of color #C06B9A: hue angle of 326.82º 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 #C06B9A is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 154 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.25 |
| HSL | 326.82º | 0.4% | 0.59% | - |
| HSV(B) | 326.82º | 0.44% | 0.75% | - |
| XYZ | 32.83 | 24.05 | 33.48 | - |
| YUV | 137.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 154 | 0 | 0.44 | 0.20 | 0.25 | 326.82 | 0.4 | 0.59 |
| Hex | C0 | 6B | 9A | 0 | 2C | 14 | 19 | 147 | 28 | 3B |
| Octal | 300 | 153 | 232 | 0 | 54 | 24 | 31 | 507 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10011010 | 0 | 101100 | 10100 | 11001 | 101000111 | 101000 | 111011 |
Color Harmonies of #C06B9A
Complementary color
Monochromatic Colors of #C06B9A
Black with #C06B9A
Text Example
Text Example
White with #C06B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B9A; }
p { color: rgb(192,107,154); }
H1.HeaderClassName
{
color: #C06B9A;
}
.AnyTagClassName
{
color: #C06B9A;
}
</style>
background-color css
<style>
a { background-color: #C06B9A; }
a { background-color: rgb(192,107,154); }
div.DivClassName
{
background-color: #C06B9A;
}
.BgClassName
{
background-color: #C06B9A;
}
</style>
border-color css
<style>
span { border-color: #C06B9A; }
span { border-color: rgb(192,107,154); }
td.TdClassName
{
border-color: #C06B9A;
}
.TagClassName
{
border-color: #C06B9A;
}
</style>