Shades of Hopbush #C06195
Tints of Hopbush #C06195
RGB
CMYK
RGB Variations
Color information
#C06195 (or 0xC06195) is known color: Hopbush. HEX triplet: C0, 61 and 95. RGB value is (192,97,149). Sum of RGB (Red+Green+Blue) = 192+97+149=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06195 is #3F9E6A. Grayscale: #838383. Windows color (decimal): -4169323 or 9789888. OLE color: 9789888.
HSL color Cylindrical-coordinate representation of color #C06195: hue angle of 327.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06195 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 149 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.25 |
| HSL | 327.16º | 0.43% | 0.57% | - |
| HSV(B) | 327.16º | 0.49% | 0.75% | - |
| XYZ | 31.44 | 21.93 | 31.01 | - |
| YUV | 131.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 149 | 0 | 0.49 | 0.22 | 0.25 | 327.16 | 0.43 | 0.57 |
| Hex | C0 | 61 | 95 | 0 | 31 | 16 | 19 | 147 | 2B | 39 |
| Octal | 300 | 141 | 225 | 0 | 61 | 26 | 31 | 507 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10010101 | 0 | 110001 | 10110 | 11001 | 101000111 | 101011 | 111001 |
Color Harmonies of #C06195
Complementary color
Monochromatic Colors of #C06195
Black with #C06195
Text Example
Text Example
White with #C06195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06195; }
p { color: rgb(192,97,149); }
H1.HeaderClassName
{
color: #C06195;
}
.AnyTagClassName
{
color: #C06195;
}
</style>
background-color css
<style>
a { background-color: #C06195; }
a { background-color: rgb(192,97,149); }
div.DivClassName
{
background-color: #C06195;
}
.BgClassName
{
background-color: #C06195;
}
</style>
border-color css
<style>
span { border-color: #C06195; }
span { border-color: rgb(192,97,149); }
td.TdClassName
{
border-color: #C06195;
}
.TagClassName
{
border-color: #C06195;
}
</style>