Shades of Hopbush #C06A8C
Tints of Hopbush #C06A8C
RGB
CMYK
RGB Variations
Color information
#C06A8C (or 0xC06A8C) is known color: Hopbush. HEX triplet: C0, 6A and 8C. RGB value is (192,106,140). Sum of RGB (Red+Green+Blue) = 192+106+140=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A8C is #3F9573. Grayscale: #878787. Windows color (decimal): -4167028 or 9202368. OLE color: 9202368.
HSL color Cylindrical-coordinate representation of color #C06A8C: hue angle of 336.28º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A8C is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 140 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.25 |
| HSL | 336.28º | 0.41% | 0.58% | - |
| HSV(B) | 336.28º | 0.45% | 0.75% | - |
| XYZ | 31.63 | 23.41 | 27.66 | - |
| YUV | 135.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 140 | 0 | 0.45 | 0.27 | 0.25 | 336.28 | 0.41 | 0.58 |
| Hex | C0 | 6A | 8C | 0 | 2D | 1B | 19 | 150 | 29 | 3A |
| Octal | 300 | 152 | 214 | 0 | 55 | 33 | 31 | 520 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10001100 | 0 | 101101 | 11011 | 11001 | 101010000 | 101001 | 111010 |
Color Harmonies of #C06A8C
Complementary color
Monochromatic Colors of #C06A8C
Black with #C06A8C
Text Example
Text Example
White with #C06A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A8C; }
p { color: rgb(192,106,140); }
H1.HeaderClassName
{
color: #C06A8C;
}
.AnyTagClassName
{
color: #C06A8C;
}
</style>
background-color css
<style>
a { background-color: #C06A8C; }
a { background-color: rgb(192,106,140); }
div.DivClassName
{
background-color: #C06A8C;
}
.BgClassName
{
background-color: #C06A8C;
}
</style>
border-color css
<style>
span { border-color: #C06A8C; }
span { border-color: rgb(192,106,140); }
td.TdClassName
{
border-color: #C06A8C;
}
.TagClassName
{
border-color: #C06A8C;
}
</style>