#C07794

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

Shades of Hopbush #C07794

Tints of Hopbush #C07794

Color information

#C07794 (or 0xC07794) is unknown color: approx Hopbush. HEX triplet: C0, 77 and 94. RGB value is (192,119,148). Sum of RGB (Red+Green+Blue) = 192+119+148=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07794 is #3F886B. Grayscale: #909090. Windows color (decimal): -4163692 or 9729984. OLE color: 9729984.

HSL color Cylindrical-coordinate representation of color #C07794: hue angle of 336.16º 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 #C07794 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192119148-
CMYK00.380.230.25
HSL336.16º36.68%60.98%-
HSV(B)336.16º38.02%75.29%-
XYZ33.6826.5431.36-
YUV144.13130.18162.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=41.83%
G=25.93%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211914800.380.230.25336.1636.6860.98
HexC077940261719150253d
Octal30016722404627315204575
Binary1100000011101111001010001001101011111001101010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07794; }

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

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

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

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

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

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

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

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