Shades of Hopbush #C075A2
Tints of Hopbush #C075A2
RGB
CMYK
RGB Variations
Color information
#C075A2 (or 0xC075A2) is known color: Hopbush. HEX triplet: C0, 75 and A2. RGB value is (192,117,162). Sum of RGB (Red+Green+Blue) = 192+117+162=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C075A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075A2 is #3F8A5D. Grayscale: #909090. Windows color (decimal): -4164190 or 10646976. OLE color: 10646976.
HSL color Cylindrical-coordinate representation of color #C075A2: hue angle of 324º 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 #C075A2 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 162 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.25 |
| HSL | 324º | 0.37% | 0.61% | - |
| HSV(B) | 324º | 0.39% | 0.75% | - |
| XYZ | 34.62 | 26.54 | 37.48 | - |
| YUV | 144.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 162 | 0 | 0.39 | 0.16 | 0.25 | 324 | 0.37 | 0.61 |
| Hex | C0 | 75 | A2 | 0 | 27 | 10 | 19 | 144 | 25 | 3D |
| Octal | 300 | 165 | 242 | 0 | 47 | 20 | 31 | 504 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10100010 | 0 | 100111 | 10000 | 11001 | 101000100 | 100101 | 111101 |
Color Harmonies of #C075A2
Complementary color
Monochromatic Colors of #C075A2
Black with #C075A2
Text Example
Text Example
White with #C075A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075A2; }
p { color: rgb(192,117,162); }
H1.HeaderClassName
{
color: #C075A2;
}
.AnyTagClassName
{
color: #C075A2;
}
</style>
background-color css
<style>
a { background-color: #C075A2; }
a { background-color: rgb(192,117,162); }
div.DivClassName
{
background-color: #C075A2;
}
.BgClassName
{
background-color: #C075A2;
}
</style>
border-color css
<style>
span { border-color: #C075A2; }
span { border-color: rgb(192,117,162); }
td.TdClassName
{
border-color: #C075A2;
}
.TagClassName
{
border-color: #C075A2;
}
</style>