#C077A2

Color #C077A2 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C077A2

Tints of Hopbush #C077A2

Color information

#C077A2 (or 0xC077A2) is unknown color: approx Hopbush. HEX triplet: C0, 77 and A2. RGB value is (192,119,162). Sum of RGB (Red+Green+Blue) = 192+119+162=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A2 is #3F885D. Grayscale: #919191. Windows color (decimal): -4163678 or 10647488. OLE color: 10647488.

HSL color Cylindrical-coordinate representation of color #C077A2: hue angle of 324.66º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077A2 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192119162-
CMYK00.380.160.25
HSL324.66º36.68%60.98%-
HSV(B)324.66º38.02%75.29%-
XYZ34.8627.0137.56-
YUV145.73137.18161-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 162 (63.67% from 255) = 34.25%
R=40.59%
G=25.16%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211916200.380.160.25324.6636.6860.98
HexC077A20261019145253d
Octal30016724204620315054575
Binary1100000011101111010001001001101000011001101000101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077A2; }

 p { color: rgb(192,119,162); }

 H1.HeaderClassName
 {
   color: #C077A2;
 }
 .AnyTagClassName
 {
   color: #C077A2;
 }
</style>
background-color css

<style>
 a { background-color: #C077A2; }

 a { background-color: rgb(192,119,162); }

 div.DivClassName
 {
   background-color: #C077A2;
 }
 .BgClassName
 {
   background-color: #C077A2;
 }
</style>
border-color css

<style>
 span { border-color: #C077A2; }

 span { border-color: rgb(192,119,162); }

 td.TdClassName
 {
   border-color: #C077A2;
 }
 .TagClassName
 {
   border-color: #C077A2;
 }
</style>