Shades of Hopbush #C06091
Tints of Hopbush #C06091
RGB
CMYK
RGB Variations
Color information
#C06091 (or 0xC06091) is known color: Hopbush. HEX triplet: C0, 60 and 91. RGB value is (192,96,145). Sum of RGB (Red+Green+Blue) = 192+96+145=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06091 is #3F9F6E. Grayscale: #828282. Windows color (decimal): -4169583 or 9527488. OLE color: 9527488.
HSL color Cylindrical-coordinate representation of color #C06091: hue angle of 329.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06091 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 145 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.25 |
| HSL | 329.38º | 0.43% | 0.56% | - |
| HSV(B) | 329.38º | 0.5% | 0.75% | - |
| XYZ | 31.03 | 21.62 | 29.32 | - |
| YUV | 130.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 145 | 0 | 0.50 | 0.24 | 0.25 | 329.38 | 0.43 | 0.56 |
| Hex | C0 | 60 | 91 | 0 | 32 | 18 | 19 | 149 | 2B | 38 |
| Octal | 300 | 140 | 221 | 0 | 62 | 30 | 31 | 511 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10010001 | 0 | 110010 | 11000 | 11001 | 101001001 | 101011 | 111000 |
Color Harmonies of #C06091
Complementary color
Monochromatic Colors of #C06091
Black with #C06091
Text Example
Text Example
White with #C06091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06091; }
p { color: rgb(192,96,145); }
H1.HeaderClassName
{
color: #C06091;
}
.AnyTagClassName
{
color: #C06091;
}
</style>
background-color css
<style>
a { background-color: #C06091; }
a { background-color: rgb(192,96,145); }
div.DivClassName
{
background-color: #C06091;
}
.BgClassName
{
background-color: #C06091;
}
</style>
border-color css
<style>
span { border-color: #C06091; }
span { border-color: rgb(192,96,145); }
td.TdClassName
{
border-color: #C06091;
}
.TagClassName
{
border-color: #C06091;
}
</style>