Shades of Hopbush #C075A0
Tints of Hopbush #C075A0
RGB
CMYK
RGB Variations
Color information
#C075A0 (or 0xC075A0) is known color: Hopbush. HEX triplet: C0, 75 and A0. RGB value is (192,117,160). Sum of RGB (Red+Green+Blue) = 192+117+160=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C075A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075A0 is #3F8A5F. Grayscale: #909090. Windows color (decimal): -4164192 or 10515904. OLE color: 10515904.
HSL color Cylindrical-coordinate representation of color #C075A0: hue angle of 325.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075A0 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 160 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.25 |
| HSL | 325.6º | 0.37% | 0.61% | - |
| HSV(B) | 325.6º | 0.39% | 0.75% | - |
| XYZ | 34.44 | 26.47 | 36.55 | - |
| YUV | 144.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 160 | 0 | 0.39 | 0.17 | 0.25 | 325.6 | 0.37 | 0.61 |
| Hex | C0 | 75 | A0 | 0 | 27 | 11 | 19 | 146 | 25 | 3D |
| Octal | 300 | 165 | 240 | 0 | 47 | 21 | 31 | 506 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10100000 | 0 | 100111 | 10001 | 11001 | 101000110 | 100101 | 111101 |
Color Harmonies of #C075A0
Complementary color
Monochromatic Colors of #C075A0
Black with #C075A0
Text Example
Text Example
White with #C075A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075A0; }
p { color: rgb(192,117,160); }
H1.HeaderClassName
{
color: #C075A0;
}
.AnyTagClassName
{
color: #C075A0;
}
</style>
background-color css
<style>
a { background-color: #C075A0; }
a { background-color: rgb(192,117,160); }
div.DivClassName
{
background-color: #C075A0;
}
.BgClassName
{
background-color: #C075A0;
}
</style>
border-color css
<style>
span { border-color: #C075A0; }
span { border-color: rgb(192,117,160); }
td.TdClassName
{
border-color: #C075A0;
}
.TagClassName
{
border-color: #C075A0;
}
</style>